Skip to content

Commit

Permalink
fixup! test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Dec 21, 2023
1 parent f3938b7 commit 164f353
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,26 @@ jobs:
# files: '*.tar'
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

get_ovmf_uefi_file:
name: Get OVMF UEFI files
runs-on: ubuntu-latest
container: alpine
steps:
- name: Install OVMF
run: apk add ovmf --no-cache

- name: Persist OVMF file
uses: actions/cache@v3
id: restore-build
with:
path: /usr/share/OVMF/OVMF.fd
key: ovmf_file
#
# get_ovmf_uefi_file:
# name: Get OVMF UEFI files
# runs-on: ubuntu-latest
# container: alpine
# steps:
# - name: Install OVMF
# run: apk add ovmf --no-cache
#
# - name: Persist OVMF file
# uses: actions/cache@v3
# id: restore-build
# with:
# path: /usr/share/OVMF/OVMF.fd
# key: ovmf_file

build_qemu_macos:
name: Build QEMU on macOS
runs-on: macos-11
needs: [get_ovmf_uefi_file]
# needs: [get_ovmf_uefi_file]
steps:
- name: Clone Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 164f353

Please sign in to comment.