Skip to content

Commit

Permalink
try strict path-type
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed Oct 17, 2023
1 parent de72ec2 commit 0e9375b
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
with:
msystem: UCRT64
update: true
path-type: strict
install: >-
mingw-w64-ucrt-x86_64-libadwaita
mingw-w64-ucrt-x86_64-rust
mingw-w64-ucrt-x86_64-pkgconf
mingw-w64-ucrt-x86_64-pkg-config
- name: Install cargo-make
shell: msys2 {0}
Expand All @@ -40,23 +41,23 @@ jobs:
name: windows-gui
path: artifacts/*

build_windows_cli:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Build cli
run: cargo build --release --package openscq30_cli

- name: Move to artifacts directory
run: |
New-Item -Type Directory -Path artifacts
Move-Item .\target\release\openscq30_cli.exe artifacts\openscq30_cli-windows-x86_64.exe
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: windows-cli
path: artifacts/*
# build_windows_cli:
# runs-on: windows-2022
# steps:
# - uses: actions/checkout@v4
# with:
# submodules: true

# - name: Build cli
# run: cargo build --release --package openscq30_cli

# - name: Move to artifacts directory
# run: |
# New-Item -Type Directory -Path artifacts
# Move-Item .\target\release\openscq30_cli.exe artifacts\openscq30_cli-windows-x86_64.exe

# - name: Upload artifacts
# uses: actions/upload-artifact@v3
# with:
# name: windows-cli
# path: artifacts/*

0 comments on commit 0e9375b

Please sign in to comment.