Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bakhilin authored Dec 12, 2024
1 parent d8b43d3 commit dc45b3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
sudo apt-get install libcunit1 libcunit1-doc libcunit1-dev
- name: Build
run: |
ls
gcc -o test_cache src/main.c src/cache.c -lcunit
touch data.txt
- name: Run tests
run: |
Expand Down

0 comments on commit dc45b3b

Please sign in to comment.