Skip to content

Commit

Permalink
bsd trial
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Jan 20, 2024
1 parent f16ee44 commit 5e3afd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
path: 'repo'
- name: build
uses: vmactions/freebsd-vm@v1
if: matrix.bsd == "freebsd"
if: matrix.bsd == 'freebsd'
with:
usesh: true
run: |
Expand All @@ -145,7 +145,7 @@ jobs:
.github/scripts/build-tl.sh ${{ matrix.arch }}-${{ matrix.bsd }}
- name: build
uses: vmactions/netbsd-vm@v1
if: matrix.bsd == "netbsd"
if: matrix.bsd == 'netbsd'
with:
usesh: true
run: |
Expand Down

0 comments on commit 5e3afd9

Please sign in to comment.