We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb708be commit e2746eeCopy full SHA for e2746ee
.github/workflows/install-shared-dependencies/action.yml
@@ -38,7 +38,7 @@ runs:
38
if: "${{ inputs.os == 'macos' }}"
39
run: |
40
brew update
41
- brew install git openssl coreutils
+ brew install openssl coreutils
42
43
- name: Install software dependencies for Ubuntu GNU
44
shell: bash
.github/workflows/python.yml
@@ -274,8 +274,8 @@ jobs:
274
- name: Build Python wrapper
275
uses: ./.github/workflows/build-python-wrapper
276
with:
277
- os: ubuntu
278
- target: aarch64-unknown-linux-gnu
+ os: ${{ matrix.host.OS }}
+ target: ${{ matrix.host.TARGET }}
279
github-token: ${{ secrets.GITHUB_TOKEN }}
280
281
- name: Test with pytest
0 commit comments