mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-09 10:38:05 -05:00
Update the APT package database
This commit is contained in:
parent
257cb1fb08
commit
07a927f34a
.github/workflows
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -92,7 +92,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install apt dependencies (Linux)
|
- name: Install apt dependencies (Linux)
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: sudo apt-get install -y libssl-dev libcurl4-openssl-dev faketime
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y libssl-dev libcurl4-openssl-dev faketime
|
||||||
|
|
||||||
- name: Setup the oldest supported version of cmake (macOS)
|
- name: Setup the oldest supported version of cmake (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
1
.github/workflows/coverity.yml
vendored
1
.github/workflows/coverity.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
- name: Get ready for scanning
|
- name: Get ready for scanning
|
||||||
if: env.token
|
if: env.token
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install -y libssl-dev libcurl4-openssl-dev
|
sudo apt-get install -y libssl-dev libcurl4-openssl-dev
|
||||||
cmake -S ${{github.workspace}} -B ${{github.workspace}}/build
|
cmake -S ${{github.workspace}} -B ${{github.workspace}}/build
|
||||||
- uses: vapier/coverity-scan-action@v1
|
- uses: vapier/coverity-scan-action@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user