mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
CI: install rust on omniOS
This commit is contained in:
parent
ff6d0e8775
commit
a2ad78dfa0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -534,7 +534,7 @@ jobs:
|
|||
;;
|
||||
|
||||
omnios)
|
||||
sudo pkg install gcc14 git pkg-config python-313 gnu-make gnu-coreutils
|
||||
sudo pkg install gcc14 git pkg-config python-313 gnu-make gnu-coreutils rust
|
||||
sudo ln -sf /usr/bin/python3.13 /usr/bin/python3
|
||||
sudo ln -sf /usr/bin/python3.13-config /usr/bin/python3-config
|
||||
sudo python3 -m ensurepip
|
||||
|
|
|
|||
Loading…
Reference in a new issue