mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
CI: update action for *BSD
This commit is contained in:
parent
6a189f5245
commit
f7c8cac3e2
3 changed files with 3 additions and 11 deletions
2
.github/workflows/build_dragonflybsd.yml
vendored
2
.github/workflows/build_dragonflybsd.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Provision VM
|
||||
uses: hummeltech/freebsd-vagrant-action@v1.4
|
||||
uses: hummeltech/freebsd-vagrant-action@v2 # Note: DragonFly BSD was forked from FreeBSD 4.8, and the provision_commands for freebsd-vagrant-action should run fine on DragonFly BSD
|
||||
with:
|
||||
box: ${{ matrix.box }}
|
||||
save_box_to_cache: true
|
||||
|
|
2
.github/workflows/build_freebsd.yml
vendored
2
.github/workflows/build_freebsd.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Provision VM
|
||||
uses: hummeltech/freebsd-vagrant-action@v1.4
|
||||
uses: hummeltech/freebsd-vagrant-action@v2
|
||||
with:
|
||||
box: ${{ matrix.box }}
|
||||
save_box_to_cache: true
|
||||
|
|
10
.github/workflows/build_openbsd.yml
vendored
10
.github/workflows/build_openbsd.yml
vendored
|
@ -21,18 +21,10 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Provision VM
|
||||
uses: hummeltech/freebsd-vagrant-action@v1.4
|
||||
uses: hummeltech/openbsd-vagrant-action@v2
|
||||
with:
|
||||
box: ${{ matrix.box }}
|
||||
save_box_to_cache: true
|
||||
provision-commands: >-
|
||||
pkg_add -I install bash rsync-3.2.7p1;
|
||||
echo 'AcceptEnv *' >> /etc/ssh/sshd_config;
|
||||
rcctl restart sshd;
|
||||
mkdir -p ${{ github.workspace }};
|
||||
chown vagrant:vagrant ${{ github.workspace }};
|
||||
mkdir -p ${{ runner.temp }};
|
||||
chown vagrant:vagrant ${{ runner.temp }};
|
||||
|
||||
- name: Install packages
|
||||
run: sudo pkg_add -I cmake python3
|
||||
|
|
Loading…
Reference in a new issue