Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogimaker committed May 14, 2024
1 parent c266730 commit ea6b7b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:

- name: 🐙 Settup git environment ${{ runner.arch }}
- name: 🐙 Settup git environment
uses: actions/checkout@v4

- name: 🗳️ Initialize git submodules
Expand All @@ -49,6 +49,12 @@ jobs:
rustup update
rustup target add ${{ matrix.target }}
- name: 🪟 Install mingw for Windows build
if: ${{ matrix.target }} == x86_64-pc-windows-gnu
run: |
rustup update
rustup target add ${{ matrix.target }}
- name: 🦀 Build Rust code
run: |
cargo build \
Expand Down

0 comments on commit ea6b7b5

Please sign in to comment.