Skip to content

Commit 39ce2ac

Browse files
committed
Random backup
1 parent 4ca2228 commit 39ce2ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/alpine.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Checkout
9797
uses: actions/checkout@v4
98-
with: { ref: master }
98+
#with: { ref: master }
9999
- name: Run Make (and Check)
100100
if: matrix.target != 's390x'
101101
run: |
@@ -105,7 +105,7 @@ jobs:
105105
${{matrix.compiler.gxx}} -pipe -w -pthread -std=c++17 -shared -fPIC -Wno-psabi -O3 \
106106
-fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE \
107107
prelude.cc
108-
make -j4 run GCC='${{matrix.compiler.gcc}}' GXX='${{matrix.compiler.gxx}}' MARCH=
108+
#make -j4 run GCC='${{matrix.compiler.gcc}}' GXX='${{matrix.compiler.gxx}}' MARCH=
109109
END
110110
- name: Upload Results
111111
if: matrix.target != 's390x'

0 commit comments

Comments
 (0)