We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ab7fd commit 69045f3Copy full SHA for 69045f3
.github/workflows/Nuget-publishing.yml
@@ -288,7 +288,7 @@ jobs:
288
289
- name: '🚧 Linux ppc64le build'
290
if: contains(matrix.config.arch, 'ppc64le')
291
- uses: uraimo/run-on-arch-action@v2
+ uses: uraimo/run-on-arch-action@v3
292
with:
293
arch: ${{ matrix.config.arch }}
294
distro: ${{ matrix.config.distro }}
.github/workflows/build-uc2.yml
@@ -494,7 +494,7 @@ jobs:
494
495
496
497
498
499
500
0 commit comments