Update build-linux.yml to include apt-get update before installing dependencies
This commit is contained in:
parent
35911de0ea
commit
d15bd28cec
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-linux.yml
vendored
1
.github/workflows/build-linux.yml
vendored
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
steps:
|
||||
- name: Install Coscmd
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y python3-venv
|
||||
python3 -m venv /python3/venv
|
||||
/python3/venv/bin/python -m pip install coscmd
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue