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 b965f94 commit 20cf4d7Copy full SHA for 20cf4d7
.github/workflows/pr.yml
@@ -38,6 +38,10 @@ jobs:
38
if: matrix.os == 'windows-latest'
39
run: .\build.cmd
40
41
+ - name: Unix install libssl
42
+ if: matrix.os != 'windows-latest'
43
+ run: sudo apt-get install -y libssl-dev
44
+
45
- name: Build on Unix
46
if: matrix.os != 'windows-latest'
47
run: ./build.sh
.github/workflows/push.yml
0 commit comments