Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpriver committed Dec 26, 2023
1 parent f324fe7 commit 7524881
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ jobs:
- os: windows
image: windows-latest
arch: amd64
env:
CC: gcc
CFLAGS: -x
TARGET: x86_64-pc-windows-msvc
env: {}
name: Build (${{ matrix.os }}/${{ matrix.arch }})
runs-on: ${{ matrix.image }}
env: ${{ matrix.env }}
Expand All @@ -85,12 +82,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup environment
run: ${{ matrix.setup }}
- name: Install compiler
if: ${{matrix.os}} == "windows"
id: install_cc
uses: rlalik/setup-cpp-compiler@master
with:
compiler: latest
- name: Add clang path to $PATH env
shell: bash
if: runner.os == 'windows'
run: echo "PATH=$PATH:C:\msys64\mingw64\bin" >> $GITHUB_ENV
- name: Build
run: cargo build --release --verbose
- name: Package
Expand Down

0 comments on commit 7524881

Please sign in to comment.