mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-14 20:27:11 +01:00
actions: run apt update
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -28,7 +28,9 @@ jobs:
|
||||
if: matrix.os == 'macos-latest'
|
||||
|
||||
- name: Install dependencies (Ubuntu)
|
||||
run: sudo apt install libfftw3-dev libliquid-dev qtbase5-dev
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install libfftw3-dev libliquid-dev qtbase5-dev
|
||||
if: startsWith(matrix.os, 'ubuntu-')
|
||||
|
||||
- name: Create Build Environment
|
||||
|
||||
Reference in New Issue
Block a user