Skip to content

Commit

Permalink
Use prebuilt binaries on CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Oct 9, 2022
1 parent 5539e31 commit a7ca609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build and test
run: |
make fetch-kernel
make build-precompiled
make precompile
make fetch-prebuilt
make precompile-with-prebuilt
make
make test
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
- name: Build and test
run: |
make fetch-kernel
make build-precompiled
make precompile
make fetch-prebuilt
make precompile-with-prebuilt
make
make test
- name: Create binary release for ${{ matrix.OSNAME }}
Expand Down

0 comments on commit a7ca609

Please sign in to comment.