We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638e62c commit 607408fCopy full SHA for 607408f
.github/workflows/ci.yaml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- name: get system info
12
run: systeminfo
13
+ - name : MS build version
14
+ run: msbuild -version
15
- name: default rust target cpus
16
run: rustc --print target-cpus
17
- name: Checkout
0 commit comments