mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 13:25:37 +00:00
Fix CI.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user