Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Oct 1, 2024
1 parent 67d394d commit aff40d6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
jobs:
build-solaris:
name: Solaris
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:

- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -52,6 +52,12 @@ jobs:
- name: Install VirtualBox
run: sudo apt-get install virtualbox

- name: Install pr
run: sudo apt install g++-12 gcc-12

- name: Recompile Headers
run: sudo apt install --reinstall linux-headers-$(uname -r) build-essential dkms

- name: Add Hashicorp GPG Key
run: wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg

Expand Down

0 comments on commit aff40d6

Please sign in to comment.