Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Jan 15, 2025
1 parent d3aadfa commit b0377e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-windows-selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Check out repo
uses: actions/checkout@v4

- run: ls -lR
- run: cd $GITHUB_WORKSPACE && ls -lR
shell: C:\cygwin64\bin\bash.exe --login '{0}'
- run: ls -l stage0/Makefile
- run: cd $GITHUB_WORKSPACE && ls -l stage0/Makefile
shell: C:\cygwin64\bin\bash.exe --login '{0}'
- run: cat stage0/Makefile
- run: cd $GITHUB_WORKSPACE && cat stage0/Makefile
shell: C:\cygwin64\bin\bash.exe --login '{0}'

- name: Set version
Expand Down

0 comments on commit b0377e2

Please sign in to comment.