mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Fix installing Windows build deps on release
This commit is contained in:
@@ -39,7 +39,8 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v6
|
||||
- name: Install deps
|
||||
run: .github/scripts/install_deps.sh windows
|
||||
run: |
|
||||
bash .github/scripts/install_deps.sh windows
|
||||
- name: Cache library deps
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user