Skip to content

Commit

Permalink
fix: AugmentedSteam not building by fetching submodules (#9)
Browse files Browse the repository at this point in the history
* fix: AugmentedSteam not building

* fix: AugmentedSteam not building by fetching submodules
  • Loading branch information
tddebart authored Jan 3, 2025
1 parent 0945560 commit 90bd935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ jobs:
repository: ${{ fromJson(needs.prepare.outputs.submodule-matrix) }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ matrix.repository }}
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
submodules: recursive

- name: Set up Node.js
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion plugins/augmented-steam

0 comments on commit 90bd935

Please sign in to comment.