Skip to content

Commit

Permalink
⬆️ mommy bumps netbsd ci version~
Browse files Browse the repository at this point in the history
  • Loading branch information
FWDekker committed Apr 28, 2024
1 parent 93eb7a1 commit 6c38695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install fpm && Build package
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0
with:
operating_system: netbsd
version: "9.3"
version: "10.0"
run: |
set -e
export PATH="/usr/sbin:$PATH" # Add 'pkg_*' commands to path
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Test script and package
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0
with:
operating_system: netbsd
version: "9.3"
version: "10.0"
run: |
set -e
export PATH="/usr/sbin:$PATH" # Add 'pkg_*' commands to path
Expand Down

0 comments on commit 6c38695

Please sign in to comment.