Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaduri committed May 29, 2024
1 parent 9b1bc82 commit fb62473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ jobs:
- name: Download Package Requirements
shell: msys2 {0}
working-directory: ${{github.workspace}}/build
working-directory: ${{github.workspace}}
run: |
mkdir smartmontools
mkdir -p build/smartmontools
cd smartmontools
wget $SMARTMONTOOLS_URL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Download Package Requirements
shell: msys2 {0}
working-directory: ${{github.workspace}}/build
working-directory: ${{github.workspace}}
run: |
mkdir smartmontools
mkdir -p build/smartmontools
cd smartmontools
wget $SMARTMONTOOLS_URL
Expand Down

0 comments on commit fb62473

Please sign in to comment.