Fix missing job dependency in Linux workflow
This commit is contained in:
parent
8f5f645564
commit
57f2d5d96b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
test:
|
||||
name: Test on Linux
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
needs: build
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in a new issue