Skip to content

Commit

Permalink
upgrade to latest vmactions
Browse files Browse the repository at this point in the history
new version allows to disable copyback
  • Loading branch information
tcdude committed Apr 13, 2022
1 parent 11cf5dc commit 0b79f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/freebsd-opengl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- moarSIMD
pull_request:
branches:
- main
Expand All @@ -21,9 +20,10 @@ jobs:
run: git submodule update --init --recursive
- name: Compile in FreeBSD VM
id: build
uses: vmactions/[email protected].5
uses: vmactions/[email protected].6
with:
usesh: true
copyback: false
mem: 2048
prepare: pkg install -y bash alsa-lib libXinerama mesa-libs libXi xorg-vfbserver libXrandr libXi libXcursor evdev-proto libinotify ImageMagick7-nox11 libxkbcommon
run: |
Expand Down

0 comments on commit 0b79f0a

Please sign in to comment.