We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da03e07 commit 043d3ebCopy full SHA for 043d3eb
1 file changed
.github/workflows/release.yaml
@@ -82,6 +82,8 @@ jobs:
82
runs-on: ${{ matrix.config.runner }}
83
steps:
84
- uses: actions/checkout@v4
85
+ - shell: bash
86
+ run: uname -a
87
- shell: bash
88
run: eval $(curl -sSf sh.davidalsh.com/just.sh | sh)
89
0 commit comments