Skip to content

Commit

Permalink
install-deps path relative to repo root
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed May 29, 2024
1 parent 5b0dfc7 commit 7429c59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
{
name: install dependencies,
run: '.\.github\workflows\scripts\win\install-deps.bat x86',
run: '${{ github.workspace }}\.github\workflows\scripts\win\install-deps.bat x86',
working-directory: proj/vs2017
},
{
Expand All @@ -91,7 +91,7 @@
},
{
name: install dependencies,
run: '.\.github\workflows\scripts\win\install-deps.bat x64',
run: '${{ github.workspace }}\.github\workflows\scripts\win\install-deps.bat x64',
working-directory: proj/vs2017
},
{
Expand All @@ -118,7 +118,7 @@
},
{
name: install dependencies,
run: '.\.github\workflows\scripts\win\install-deps.bat x64',
run: '${{ github.workspace }}\.github\workflows\scripts\win\install-deps.bat x64',
working-directory: proj/vs2017
},
{
Expand Down

0 comments on commit 7429c59

Please sign in to comment.