Merge pull request #789 from trheyi/main

Update build-linux.yml to include apt-get update before installing de…
This commit is contained in:
Max 2024-11-29 11:54:07 +08:00 committed by GitHub
commit 3526508ba7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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