Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
trying clean first
  • Loading branch information
balmas authored Aug 28, 2024
1 parent d4a06b8 commit c3efb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: sudo apt-get install -qq -y build-essential flex-old

- name: Make
run: bash -c "cd src/ && CFLAGS='-std=gnu89 -fcommon' make && make install"
run: bash -c "cd src/ && CFLAGS='-std=gnu89 -fcommon' make clean && make -e && make install"

0 comments on commit c3efb7f

Please sign in to comment.