Skip to content

Commit

Permalink
struggle with changes in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jan 25, 2025
1 parent e34339b commit 77200fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Borg
run: |
sudo apt-get -y python3-pyfuse3 borgbackup
sudo apt-get -y install python3-pyfuse3 borgbackup
- name: Install packages
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 77200fd

Please sign in to comment.