Skip to content

Commit b3d6df6

Browse files
committed
Add checkout step to github workflow
1 parent 97e9fb0 commit b3d6df6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
wget --no-check-certificate https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
1616
chmod +x nuget.exe
1717
mono nuget.exe install python -Version 3.13.0
18+
- name: Checkout source code
19+
uses: actions/checkout@v4
1820
- name: Execute build
1921
run: |
2022
cmake --preset mingw-release

0 commit comments

Comments
 (0)