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 5c1c591 commit 3a7a2d5Copy full SHA for 3a7a2d5
.github/workflows/ci-workflow.yml
@@ -15,7 +15,9 @@ jobs:
15
uses: actions/checkout@v4
16
- name: Install dependencies
17
if: matrix.depsrc == 'system'
18
- run: sudo apt-get install libcurl4-openssl-dev
+ run: |
19
+ sudo apt-get update
20
+ sudo apt-get -y install libcurl4-openssl-dev
21
- name: Build
22
run: PLATFORM=${{ matrix.platform }} CONFIG=${{ matrix.config }} PREMAKE_OPTS="--curl-src=${{ matrix.depsrc }}" ./Bootstrap.sh
23
- name: Test
0 commit comments