1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

CI: update action for *BSD

This commit is contained in:
The Tumultuous Unicorn Of Darkness 2024-08-02 16:52:43 +02:00
commit f7c8cac3e2
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
3 changed files with 3 additions and 11 deletions

View file

@ -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