We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df42c73 commit 890548aCopy full SHA for 890548a
.github/workflows/build.yml
@@ -289,6 +289,7 @@ jobs:
289
envs: 'CFLAGS_GCC_STYLE CMAKE_FLAGS'
290
usesh: true
291
prepare: |
292
+ set -e
293
pkg install -y cmake
294
295
run: |
@@ -350,6 +351,7 @@ jobs:
350
351
# You have to actually register with Oracle to get an X.509
352
# certificate before you can even download their compiler. Whatever.
353
354
355
cp "$GITHUB_WORKSPACE/pkg.oracle.com.key.pem" /root/pkg.oracle.com.key.pem
356
cp "$GITHUB_WORKSPACE/pkg.oracle.com.certificate.pem" /root/pkg.oracle.com.certificate.pem
357
sudo pkg set-publisher \
0 commit comments