fixed incorrect syntax in static_build.yml (#3592)

This commit is contained in:
Klaim (Joël Lamotte) 2024-11-12 14:18:40 +01:00 committed by GitHub
parent 4535562cb8
commit 27b6794ccb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ jobs:
cp pkg/bin/micromamba "${{ github.workspace }}/artifacts" cp pkg/bin/micromamba "${{ github.workspace }}/artifacts"
- name: Test basic commands - name: Test basic commands
if: ${{ ${{ matrix.arch }} != 'aarch64' && ${{ matrix.arch }} != 'ppc64le' }} if: ${{ matrix.arch != 'aarch64' && matrix.arch != 'ppc64le' }}
run: | run: |
mkdir test_prefix mkdir test_prefix
${{ github.workspace }}/artifacts/micromamba --version ${{ github.workspace }}/artifacts/micromamba --version