-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new version allows to disable copyback
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ on: | |
push: | ||
branches: | ||
- main | ||
- moarSIMD | ||
pull_request: | ||
branches: | ||
- main | ||
|
@@ -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: | | ||
|