Skip to content

Commit

Permalink
.github: fix ci workflow missing the checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
asabil committed Oct 19, 2024
1 parent fb3743f commit c5568d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
otp-version: ${{ matrix.otp }}
rebar3-version: ${{ matrix.rebar3 }}

- name: Check out
uses: actions/checkout@v3

- name: Compile
run: rebar3 compile

Expand Down

0 comments on commit c5568d0

Please sign in to comment.