Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Azq2 committed Sep 23, 2023
1 parent d344bc2 commit 16618c7
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ jobs:
with:
submodules: true

- name: Restore build cache
id: cache-build-restore
uses: actions/cache/restore@v3
- uses: actions/cache@v3
with:
path: |
build
path: ./build
key: ${{ runner.os }}-build
restore-keys: |
${{ runner.os }}-build
- name: Installing qemu dependencies
run: |
Expand All @@ -33,14 +32,6 @@ jobs:
- name: Building emulator
run: tools/build_win.sh

- name: Save build cache
id: cache-build-save
uses: actions/cache/save@v3
with:
path: |
build
key: ${{ steps.cache-build-restore.outputs.cache-primary-key }}

- uses: softprops/action-gh-release@v1
with:
token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 16618c7

Please sign in to comment.