Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout wren-console
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
repository: joshgoebel/wren-console
path: wren-console
Expand All @@ -27,7 +27,7 @@ jobs:
run: |
cat wren-console/WREN_ESSENTIALS >> $GITHUB_ENV
- name: Checkout wren-essentials
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
repository: joshgoebel/wren-essentials
path: wren-console/deps/wren-essentials
Expand All @@ -40,7 +40,7 @@ jobs:
cp bin/wrenc $GITHUB_WORKSPACE/usr/bin
echo "$GITHUB_WORKSPACE/usr/bin" >> $GITHUB_PATH
- name: Checkout wren track
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
path: track
- name: Install deps and run CI
Expand Down