mirror of
https://github.com/audacity/conan-appimage.git
synced 2026-04-12 17:02:57 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa97f93d32 | ||
|
|
b549812ed6 |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -10,16 +10,14 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: libfuse2
|
||||
version: 1.0
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y libfuse2
|
||||
python -m pip install --upgrade pip
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: Build AppImage
|
||||
|
||||
Reference in New Issue
Block a user