We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5552b60 commit 323d803Copy full SHA for 323d803
.github/workflows/freebsd.yaml
@@ -48,7 +48,7 @@ jobs:
48
whoami
49
pwd
50
ls -lah
51
- gmake GCC=clang GXX=clang++ CFLAGS='-Wno-psabi -O3 -fno-stack-protector -fcf-protection=none' MARCH=
+ gmake -j3 run GCC=clang GXX=clang++ CFLAGS='-Wno-psabi -O3 -fno-stack-protector -fcf-protection=none' MARCH=
52
53
- name: Upload Results
54
uses: actions/upload-artifact@v4
0 commit comments