We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415b62f commit a3bd849Copy full SHA for a3bd849
1 file changed
.github/workflows/build-and-test.yml
@@ -39,6 +39,7 @@ jobs:
39
uses: actions/download-artifact@v4
40
- name: Execute tests
41
run: |
42
+ cd build-artifacts
43
dir
44
$Env:PATH = "$PWD/python.3.13.0/tools;$Env:PATH"
45
cd build/mingw-release/install
0 commit comments