Skip to content

Commit

Permalink
fix missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Jul 7, 2023
1 parent 65937e1 commit 0a9d9df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
- name: Install SourceMod
uses: KatsuteTF/Workflows/actions/setup-sourcepawn@main

- name: Install TF2Attributes
uses: KatsuteTF/Workflows/actions/curl@main
with:
url: https://raw.githubusercontent.com/FlaminSarge/tf2attributes/master/scripting/include/tf2attributes.inc
file: addons/sourcemod/include/tf2attributes.inc

- name: Install RRM
uses: KatsuteTF/Workflows/actions/curl@main
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
- name: Install SourceMod
uses: KatsuteTF/Workflows/actions/setup-sourcepawn@main

- name: Install TF2Attributes
uses: KatsuteTF/Workflows/actions/curl@main
with:
url: https://raw.githubusercontent.com/FlaminSarge/tf2attributes/master/scripting/include/tf2attributes.inc
file: addons/sourcemod/include/tf2attributes.inc

- name: Install RRM
uses: KatsuteTF/Workflows/actions/curl@main
with:
Expand Down

0 comments on commit 0a9d9df

Please sign in to comment.