mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
workflow: Added apt update to fix installation
This commit is contained in:
parent
e44ee78b2e
commit
cd225334b8
1
.github/workflows/ubuntu_test.yml
vendored
1
.github/workflows/ubuntu_test.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
steps:
|
||||
- name: Install tools and libraries via APT
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y \
|
||||
build-essential \
|
||||
cmake \
|
||||
|
Loading…
x
Reference in New Issue
Block a user