mirror of https://github.com/mamba-org/mamba.git
build(deps): bump uraimo/run-on-arch-action from 2 to 3 (#3850)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d9af139d11
commit
04b2f2cae3
|
@ -77,7 +77,7 @@ jobs:
|
|||
# The build_locally.py script will test all Linux builds, which fails outside of linux-64
|
||||
- name: Build conda package (Linux emulated)
|
||||
if: ${{ matrix.platform == 'linux' && matrix.arch != '64' }}
|
||||
uses: uraimo/run-on-arch-action@v2
|
||||
uses: uraimo/run-on-arch-action@v3
|
||||
with:
|
||||
arch: ${{ matrix.arch }}
|
||||
distro: ubuntu_latest
|
||||
|
|
Loading…
Reference in New Issue