Skip to content

Commit

Permalink
fix workflow dependency relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
fslongjin committed Aug 24, 2023
1 parent 7af4e0b commit 1e27d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
build:

runs-on: ubuntu-latest
needs: [ensure-toolchain]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-latest

needs: [ensure-toolchain]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 1e27d35

Please sign in to comment.