File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323
2424 # 第二步:使用 run-on-arch-action 在 Fedora ARM64 容器中运行命令
2525 - name : Display Fedora ARM64 Environment and Shell Details
26- uses : uraimo/run-on-arch-action@v2
26+ uses : uraimo/run-on-arch-action@v3
2727 with :
2828 # 指定架构为 ARM64
2929 arch : aarch64
5050
5151 # 第三步:执行一些 Shell 命令
5252 - name : Run a few Shell Commands
53- uses : uraimo/run-on-arch-action@v2
53+ uses : uraimo/run-on-arch-action@v3
5454 with :
5555 # 指定架构为 ARM64
5656 arch : aarch64
@@ -75,10 +75,10 @@ jobs:
7575 type -a chsh
7676 chsh --version
7777
78- # 第三步 :执行一个脚本文件
78+ # 第四步 :执行一个脚本文件
7979 # ⚠️ 注意:这个步骤仍将使用 run-on-arch-action 在模拟环境中运行
8080 - name : Run a custom shell script
81- uses : uraimo/run-on-arch-action@v2
81+ uses : uraimo/run-on-arch-action@v3
8282 with :
8383 arch : aarch64
8484 distro : fedora_latest
You can’t perform that action at this time.
0 commit comments