Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Jul 31, 2022
1 parent fdf04ca commit 26b38af
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ on:

defaults:
run:
working-directory: native
shell: bash

jobs:
clippy:
name: Clippy (${{ matrix.os }})
runs-on: ${{ matrix.os }}

defaults:
run:
working-directory: native

strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -52,6 +55,10 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest

defaults:
run:
working-directory: native

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -76,6 +83,10 @@ jobs:
name: Build (${{ matrix.target }})
runs-on: ${{ matrix.os }}

defaults:
run:
working-directory: native

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 26b38af

Please sign in to comment.