Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Move Linux build after windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakhran committed Jun 9, 2024
1 parent f8a0a9a commit 5569880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Build for Linux
run: cargo build --verbose --release
- name: Install Windows toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -29,6 +27,8 @@ jobs:
target: x86_64-pc-windows-gnu
- name: Build for Windows
run: cargo build --verbose --release --target x86_64-pc-windows-gnu
- name: Build for Linux
run: cargo build --verbose --release
- name: Run sccache stat for check
shell: bash
run: ${SCCACHE_PATH} --show-stats

0 comments on commit 5569880

Please sign in to comment.