Skip to content

Commit

Permalink
Setup jq in github workflow (needed by AnimMouse/setup-restic)
Browse files Browse the repository at this point in the history
  • Loading branch information
emuell committed Nov 19, 2022
1 parent 20cdc4f commit e25b50a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
run: sudo apt update && sudo apt install -y libgtk-3-dev libwebkit2gtk-4.0-dev
if: ${{ matrix.config.name == 'Ubuntu' }}

- name: Setup jq (macOS)
uses: dcarbone/[email protected]
if: ${{ matrix.config.name == 'macOS' }}

- name: Setup Restic
uses: AnimMouse/setup-restic@v1

Expand Down

0 comments on commit e25b50a

Please sign in to comment.