mirror of
https://github.com/audacity/conan-appimage.git
synced 2026-04-11 21:53:45 -05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c7bc97be2 | ||
|
|
aa97f93d32 | ||
|
|
b549812ed6 |
8
.github/workflows/build.yml
vendored
8
.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
|
||||
@@ -29,7 +27,7 @@ jobs:
|
||||
- uses: mukunku/tag-exists-action@v1.1.0
|
||||
id: checkTag
|
||||
with:
|
||||
tag: 'v{{ env.CONAN_VERSION }}'
|
||||
tag: "v${{ env.CONAN_VERSION }}"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Upload AppImage
|
||||
|
||||
Reference in New Issue
Block a user