Skip to content

Commit

Permalink
Update netbsd.yml
Browse files Browse the repository at this point in the history
* Bump NetBSD version to 10.0
* Bump action version to 0.26.0
  • Loading branch information
taahol committed Jan 5, 2025
1 parent 3b7115c commit a6eca9a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# TODO: disabled temporarily, see #546
- if: false
uses: cross-platform-actions/[email protected]
- uses: cross-platform-actions/[email protected]
env:
PKG_PATH: 'https://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/9.3/All'
PKG_PATH: 'https://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/10.0/All'
with:
operating_system: netbsd
version: '9.3' #TODO: bump to 10.0
version: '10.0'
environment_variables: PKG_PATH
run: |
sudo pkgin -y install clang libLLVM gmake diffutils && \
Expand Down

0 comments on commit a6eca9a

Please sign in to comment.