Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed Nov 7, 2023
1 parent ccf6d77 commit 5db7a61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
components: native-image
native-image-musl: ${{ matrix.musl }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- if: runner.os == 'macOS'
run: |
python3 -m pip install packaging
- uses: actions/setup-node@v2
with:
node-version: '16'
Expand Down

0 comments on commit 5db7a61

Please sign in to comment.