Skip to content

Commit

Permalink
Fix build script not using raw file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikusch committed Jun 19, 2024
1 parent 35160b2 commit bee8991
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 @@ -26,7 +26,7 @@ jobs:
- name: Download includes
run: |
wget -P ${{ env.SCRIPTS_PATH }}/addons/sourcemod/scripting/include https://raw.githubusercontent.com/nosoop/SM-TFUtils/master/scripting/include/tf2utils.inc
wget -P ${{ env.SCRIPTS_PATH }}/addons/sourcemod/scripting/include https://github.com/Mikusch/PluginStateManager/blob/master/addons/sourcemod/scripting/include/pluginstatemanager.inc
wget -P ${{ env.SCRIPTS_PATH }}/addons/sourcemod/scripting/include https://raw.githubusercontent.com/Mikusch/PluginStateManager/master/addons/sourcemod/scripting/include/pluginstatemanager.inc
- name: Setup SourcePawn Compiler ${{ matrix.sm-version }}
id: setup_sp
Expand Down

0 comments on commit bee8991

Please sign in to comment.