-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump NetBSD version to 10.0 * Bump action version to 0.26.0
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 && \ | ||
|