Skip to content

Commit

Permalink
Include an apt update step.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jan 15, 2023
1 parent 3d4bbe4 commit d1d5094
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Cache Briefcase tools
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.2
with:
key: briefcase-${{ matrix.platform }}
path: |
Expand All @@ -68,6 +68,7 @@ jobs:
- name: Install system dependencies
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update -y
sudo apt-get install -y flatpak flatpak-builder
- name: Install Briefcase
run: python -m pip install git+https://github.com/beeware/briefcase.git
Expand Down

0 comments on commit d1d5094

Please sign in to comment.