Skip to content

Commit

Permalink
yet another attempt to get github actions working
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Mar 29, 2022
1 parent 603114c commit d5ecc5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Borg
run: sudo apt install borgbackup
run:
sudo apt install borgbackup
echo $MISSING_DEPENDENCIES
borg --version
- name: Install packages
run:
python -m pip install --upgrade pip
Expand Down

0 comments on commit d5ecc5d

Please sign in to comment.