Update build-linux.yml to include apt-get update before installing dependencies

This commit is contained in:
Max 2024-11-29 11:53:31 +08:00
parent 35911de0ea
commit d15bd28cec

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