Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Apr 9, 2024
1 parent c6b3862 commit 9ecced6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/dev_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ jobs:
- name: Verify compiler
run: |
which amxxpc
echo $includePath
echo "includePath: $includePath"
ls -l $includePath
echo "scriptingPath: $includePath"
ls -l $scriptingPath
# cat $(which amxxpc)
cd $scriptingPath
./compile.sh
./amxxpc admin.sma
amxxpc admin.sma

0 comments on commit 9ecced6

Please sign in to comment.