Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Apr 9, 2024
1 parent f007145 commit 68b19a4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/dev_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ jobs:

- name: Verify compiler
run: |
ls -la
echo "PWD: ${PWD}"
amxxpc_path=$(which amxxpc)
echo "amxxpc ldd: $amxxpc_path"
ldd $amxxpc_path
# ldd $amxxpc_path
echo "include path: $includePath"
echo "scripting/ ls -la"
ls -la $scriptingPath
cd $includePath/..
./amxxpc __tests__/compile.sma
# echo "scripting/ ls -la"
# ls -la $scriptingPath
# cd $includePath/..
amxxpc __tests__/compile.sma

0 comments on commit 68b19a4

Please sign in to comment.