Skip to content

Commit

Permalink
add checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmjacobs committed Sep 17, 2023
1 parent 8b47c86 commit 97d75bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ jobs:
gcc:
runs-on: ubuntu-22.04
steps:
- run: ./c/tests/test.sh
- uses: actions/checkout@v3
- run: ./tests/test.sh
shell: bash
env:
CC: gcc
Expand Down

0 comments on commit 97d75bf

Please sign in to comment.