Skip to content

Workflow file for this run

name: Development Workflow
on:
push:
branches-ignore:
- 'master'
jobs:
run:
name: Run action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup AMXXPawn Compiler
uses: ./
with:
version: "1.10.x"
- name: Verify compiler
run: |
which amxxpc
echo "includePath: $includePath"
ls -l $includePath
echo "scriptingPath: $includePath"
ls -l $scriptingPath
cd $scriptingPath
./amxxpc admin.sma
cd include
amxxpc ../admin.sma