mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 21:35:33 +00:00
Updated github workflow.
This commit is contained in:
@@ -48,9 +48,6 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
path: temp
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
@@ -63,10 +60,6 @@ jobs:
|
||||
mingw-w64-${{ matrix.arch }}-gcc
|
||||
mingw-w64-${{ matrix.arch }}-make
|
||||
|
||||
- name: Create Build Directory
|
||||
shell: msys2 {0}
|
||||
run: cmake -E make_directory ${{runner.workspace}}\build
|
||||
|
||||
- name: Configure CMake
|
||||
working-directory: ${{runner.workspace}}
|
||||
shell: msys2 {0}
|
||||
|
||||
Reference in New Issue
Block a user