Skip to content

Commit

Permalink
ga: yaml syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Dec 30, 2024
1 parent 27e9018 commit b57ed83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- name: configure and build
- name: NetBSD test
uses: vmactions/netbsd-vm@v1
with:
usesh: true
copyback: false
prepare:
prepare: |
/usr/sbin/pkg_add cmake zstd py313-pip
/usr/pkg/bin/pip-3.13 install nihtest
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
Expand Down

0 comments on commit b57ed83

Please sign in to comment.