mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-22 09:59:25 +00:00
Update build-shit.yml
This commit is contained in:
parent
a1649900ef
commit
f690d04157
2
.github/workflows/build-shit.yml
vendored
2
.github/workflows/build-shit.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
create-nightly-win:
|
create-nightly-win:
|
||||||
needs: check_date
|
needs: check_date
|
||||||
if: ${{ needs.check_date.outputs.should_run != 'false'}}
|
if: ${{ needs.check_date.outputs.should_run != 'false'}}
|
||||||
runs-on: windows-latest
|
runs-on: 64fast
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Restore existing build cache for faster compilation
|
- name: Restore existing build cache for faster compilation
|
||||||
|
|
Loading…
Reference in a new issue