Skip to content

Commit

Permalink
GHA: Use the fixed up ColorVariables include
Browse files Browse the repository at this point in the history
Chat-Processor has its own copy of the include, so force the compiler to use the patched version by switching the include path order.
  • Loading branch information
peace-maker committed Apr 16, 2022
1 parent 8986ba2 commit 8997c05
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 @@ -82,7 +82,7 @@ jobs:
shell: bash
env:
PACKAGE_PATH: ${{ github.workspace }}/package
INCLUDE_PATHS: -i${{ github.workspace }}/smrpg/scripting/include -i${{ github.workspace }}/smlib/scripting/include -i${{ github.workspace }}/AutoExecConfig -i${{ github.workspace }}/DHooks2/sourcemod/scripting/include -i${{ github.workspace }}/Chat-Processor/scripting/include -i${{ github.workspace }}/simple-chat-processor/scripting/include -i${{ github.workspace }}/ColorVariables/addons/sourcemod/scripting/include -i${{ github.workspace }}/mapzonelib/scripting/include
INCLUDE_PATHS: -i${{ github.workspace }}/smrpg/scripting/include -i${{ github.workspace }}/smlib/scripting/include -i${{ github.workspace }}/AutoExecConfig -i${{ github.workspace }}/DHooks2/sourcemod/scripting/include -i${{ github.workspace }}/ColorVariables/addons/sourcemod/scripting/include -i${{ github.workspace }}/Chat-Processor/scripting/include -i${{ github.workspace }}/simple-chat-processor/scripting/include -i${{ github.workspace }}/mapzonelib/scripting/include
run: |
cd smrpg/scripting
Expand Down

0 comments on commit 8997c05

Please sign in to comment.