Skip to content

Commit

Permalink
Del linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegiwg committed Nov 3, 2023
1 parent 71ed8d0 commit f110304
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,3 @@ jobs:
with:
name: build_files_windows
path: dist

Linux-Build:
runs-on: ubuntu-latest
steps:
- name: Sync Repository
uses: actions/checkout@v3

- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"

- name: Install Libraries
run: |
sudo apt install pkg-config libcairo2-dev python3.10-dev libgirepository1.0-dev
pip install -r ./requirements-dev.txt
briefcase build -r
briefcase package
- name: Save Compiled Files
uses: actions/upload-artifact@v3
with:
name: build_files_linux
path: dist

0 comments on commit f110304

Please sign in to comment.