We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9816cdb + 188b4a9 commit 14cad8fCopy full SHA for 14cad8f
1 file changed
.github/workflows/windows-build.yml
@@ -1,4 +1,4 @@
1
-name: Build on Windows with windows-2019
+name: Build on Windows with self-hosted
2
3
on:
4
push:
@@ -18,7 +18,7 @@ jobs:
18
- name: Mark git working directory as safe
19
shell: powershell
20
run: |
21
- git config --global --add safe.directory "C:/actions-runner/_work/Comet/Comet"
+ git config --global --add safe.directory "C:/actions-runner-UWPR/_work/Comet/Comet"
22
23
- name: Unpack Thermo MSFileReader (7-Zip)
24
shell: cmd
0 commit comments