Skip to content

Commit

Permalink
try to fix netbsd conf
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Apr 12, 2023
1 parent 271b718 commit 9aaba8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
with:
usesh: true
prepare: |
set +e
pkg install -y gcc python3
run: |
set +e
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
with:
usesh: true
prepare: |
set +e
pkg_add -v pkgin
pkgin update
pkgin -y install python311-* gcc12-* py311-setuptools-*
run: |
set +e
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
with:
usesh: true
prepare: |
set +e
pkg_add gcc python3
run: |
set +e
Expand Down

0 comments on commit 9aaba8b

Please sign in to comment.