Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wahitftry authored Jan 24, 2024
1 parent f92a166 commit b833659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
run: |
cd pawno
scripts=$(find ../filterscripts -name "*.pwn")
for script in $scripts; do
for script in $scripts; do (
./pawncc.exe "$script" --% -Dfilterscripts -;+ -(+ -d3
done
); done
- name: Compile CWJ Gamemode
run: |
Expand Down

0 comments on commit b833659

Please sign in to comment.