Skip to content

Commit d6f525e

Browse files
committed
(d) modify build workflow for testing
1 parent 03282f6 commit d6f525e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ env:
5555
- config:
5656
# Human identifier for the job.
5757
name: Windows
58-
runs-on: [self-hosted, windows-sign-pc]
58+
runs-on: windows-2019
5959
# The value is a string representing a JSON document.
6060
# Setting this to null causes the job to run directly in the runner machine instead of in a container.
6161
container: |
@@ -76,7 +76,6 @@ env:
7676
# otherwise paths in the build job will be too long for `light.exe`
7777
# we use the below as a Symbolic link (just changing the wd will break the checkout action)
7878
# this is a work around (see: https://github.com/actions/checkout/issues/197).
79-
working-directory: 'C:\a'
8079
artifacts:
8180
- path: '*Windows_64bit.exe'
8281
name: Windows_X86-64_interactive_installer

0 commit comments

Comments
 (0)