mirror of https://github.com/mamba-org/mamba.git
fixed incorrect syntax in static_build.yml (#3592)
This commit is contained in:
parent
4535562cb8
commit
27b6794ccb
|
@ -101,7 +101,7 @@ jobs:
|
|||
cp pkg/bin/micromamba "${{ github.workspace }}/artifacts"
|
||||
|
||||
- name: Test basic commands
|
||||
if: ${{ ${{ matrix.arch }} != 'aarch64' && ${{ matrix.arch }} != 'ppc64le' }}
|
||||
if: ${{ matrix.arch != 'aarch64' && matrix.arch != 'ppc64le' }}
|
||||
run: |
|
||||
mkdir test_prefix
|
||||
${{ github.workspace }}/artifacts/micromamba --version
|
||||
|
|
Loading…
Reference in New Issue