diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-08-24 17:32:34 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-08-24 18:11:14 -0700 |
| commit | 4044a20ec1c30bd66576e6687d3405f1b423588e (patch) | |
| tree | c61f404f51f7bc51c6ebc170ca755fc98662d8ed /.github/workflows | |
| parent | 626d8ad9dcbc7f82733e380531e5e78772d46917 (diff) | |
| download | nng-4044a20ec1c30bd66576e6687d3405f1b423588e.tar.gz nng-4044a20ec1c30bd66576e6687d3405f1b423588e.tar.bz2 nng-4044a20ec1c30bd66576e6687d3405f1b423588e.zip | |
Fix omnios clang-19 not found
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/omnios.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/omnios.yml b/.github/workflows/omnios.yml index b0452eb5..8e35e491 100644 --- a/.github/workflows/omnios.yml +++ b/.github/workflows/omnios.yml @@ -13,17 +13,18 @@ jobs: env: NNG_UDP_PASS_RATE: 10 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Test NNG in OmniOS id: test uses: vmactions/omnios-vm@v1 with: + release: r151052 usesh: true sync: rsync copyback: false envs: NNG_UDP_PASS_RATE prepare: | - pkg install develeper/clang-19 + pkg install developer/clang-19 pkg install developer/ninja pkg install developer/cmake run: | |
