Skip to content

Commit

Permalink
Merge pull request #789 from trheyi/main
Browse files Browse the repository at this point in the history
Update build-linux.yml to include apt-get update before installing de…
  • Loading branch information
trheyi authored Nov 29, 2024
2 parents 8a0439f + d15bd28 commit 3526508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3526508

Please sign in to comment.