We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e9fb0 commit b3d6df6Copy full SHA for b3d6df6
1 file changed
.github/workflows/build-and-test.yml
@@ -15,6 +15,8 @@ jobs:
15
wget --no-check-certificate https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
16
chmod +x nuget.exe
17
mono nuget.exe install python -Version 3.13.0
18
+ - name: Checkout source code
19
+ uses: actions/checkout@v4
20
- name: Execute build
21
run: |
22
cmake --preset mingw-release
0 commit comments