Skip to content

Commit 14cad8f

Browse files
authored
Merge pull request UWPR#1 from UWPR/master
update windows yml for self hosted runner
2 parents 9816cdb + 188b4a9 commit 14cad8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build on Windows with windows-2019
1+
name: Build on Windows with self-hosted
22

33
on:
44
push:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Mark git working directory as safe
1919
shell: powershell
2020
run: |
21-
git config --global --add safe.directory "C:/actions-runner/_work/Comet/Comet"
21+
git config --global --add safe.directory "C:/actions-runner-UWPR/_work/Comet/Comet"
2222
2323
- name: Unpack Thermo MSFileReader (7-Zip)
2424
shell: cmd

0 commit comments

Comments
 (0)