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 64d486f commit b302218Copy full SHA for b302218
.github/workflows/test.yml
@@ -145,6 +145,20 @@ jobs:
145
if: ${{ runner.arch == 'ARM64' }}
146
working-directory: ${{steps.download.outputs.download-path}}/artifact
147
148
+ run-win32:
149
+ name: Run win32
150
+ needs:
151
+ - tests
152
+ runs-on:
153
+ windows-latest
154
+ steps:
155
+ - uses: actions/download-artifact@v4
156
+ id: download
157
+ - run: ls
158
+ working-directory: ${{steps.download.outputs.download-path}}/artifact
159
+ - run: "& scalals-windows-x86_64 -lh"
160
161
+
162
release:
163
if: github.ref == 'refs/heads/main'
164
needs:
0 commit comments