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 d5ecc5d commit 3f46584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:
- name: Install Borg
run:
sudo apt install borgbackup
- name: Dependencies
run:
echo $MISSING_DEPENDENCIES
- name: Borg Version
run:
borg --version
- name: Install packages
run:
Expand Down

0 comments on commit 3f46584

Please sign in to comment.