Skip to content

Commit 94c6678

Browse files
committed
f
1 parent 2735436 commit 94c6678

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ inputs:
4040
runs:
4141
using: "composite"
4242
steps:
43+
- shell: bash
44+
run: uname -m
4345
- shell: bash
4446
run: echo "RUNWAY_ARCH=amd64" >> $GITHUB_ENV
4547
if: ${{ runner.arch == 'X86' }}

0 commit comments

Comments
 (0)