Skip to content

Commit

Permalink
fix(dev vm): +}
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Apr 8, 2024
1 parent 24e07d8 commit 0f4e139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vm-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
jobs:
build:
strategy:
fail-fast: true
fail-fast: false
matrix:
include:
- arch: arm64
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
ssh/vm.sshconf
run: |
cmt="# "
if { ${{env.enable_efi}} {
if { ${{env.enable_efi}} } {
cmt=""
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vm-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
if: fromJSON(env.is_loong)
timeout-minutes: 30
env:
url: "https://github.com/2cd/debian-museum/releases/download/unstable/vm-dev_x64.tar.zst"
url: "https://github.com/2cd/debian-museum/releases/download/unstable/vm-dev_sid_x64.tar.zst"
run: |
${{env.FETCH}} -o a.tzst $url
mkdir -pv dev
Expand Down

0 comments on commit 0f4e139

Please sign in to comment.