Skip to content

Commit

Permalink
fix(ci): missing shell
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 26, 2024
1 parent b72a2c4 commit 7f44a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-pdfium/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ runs:

- name: Install Linux dependencies
if: ${{ inputs.target_os == 'linux' }}
shell: bash
run: |
PKGS=""
Expand Down

0 comments on commit 7f44a9d

Please sign in to comment.