We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4926f20 commit 6bb75aaCopy full SHA for 6bb75aa
1 file changed
.github/workflows/ci.yml
@@ -15,6 +15,9 @@ jobs:
15
runs-on: windows-latest
16
17
steps:
18
+ - name: Checkout repository
19
+ uses: actions/checkout@v4
20
+
21
- name: (Python) Add msbuild to PATH
22
uses: microsoft/setup-msbuild@v2
23
0 commit comments