We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2735436 commit 94c6678Copy full SHA for 94c6678
action.yml
@@ -40,6 +40,8 @@ inputs:
40
runs:
41
using: "composite"
42
steps:
43
+ - shell: bash
44
+ run: uname -m
45
- shell: bash
46
run: echo "RUNWAY_ARCH=amd64" >> $GITHUB_ENV
47
if: ${{ runner.arch == 'X86' }}
0 commit comments