From 5db7a61c113e8eafd78f7567b74663b02a28d35f Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 7 Nov 2023 09:49:26 +0000 Subject: [PATCH] stash --- .github/workflows/e2e.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 61bbe415a..522337c31 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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'