mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-26 04:47:55 +00:00
Run CI on windows, too (#7)
* Run CI on windows, too * Build path without `concat!` macro * Fix ci on windows
This commit is contained in:
committed by
GitHub
parent
374afe5700
commit
7c843842a7
@@ -51,7 +51,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
os: ["ubuntu-latest", "macos-latest"]
|
||||
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
||||
toolchain: ["stable", "nightly"]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
@@ -62,6 +62,11 @@ jobs:
|
||||
target: wasm32-unknown-unknown
|
||||
toolchain: ${{ matrix.toolchain }}
|
||||
|
||||
- name: Set git to use LF
|
||||
run: |
|
||||
git config --global core.autocrlf false
|
||||
git config --global core.eol lf
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Cargo build
|
||||
|
||||
Reference in New Issue
Block a user