Skip to content

Commit

Permalink
chore: disable windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Nov 21, 2020
1 parent 6a46b90 commit 6541744
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
- name: Format
run: npm run fmt:check
test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [12.x, 14.x]
env:
CI: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/cache@v2
with:
path: target
key: ${{ runner.os }}-target }}
key: ${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
- name: Setup Rust Toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/cache@v2
with:
path: target
key: ${{ runner.os }}-target }}
key: ${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
- name: Setup Rust Toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/cache@v2
with:
path: target
key: ${{ runner.os }}-target }}
key: ${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
- name: Setup Rust Toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
uses: actions/cache@v2
with:
path: target
key: ${{ runner.os }}-target }}
key: ${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
- name: Setup Rust Toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 6541744

Please sign in to comment.