Skip to content

Commit

Permalink
Merge pull request #77 from JesperAxelsson/change-build-order
Browse files Browse the repository at this point in the history
Build newer rust version first
  • Loading branch information
JesperAxelsson authored Dec 9, 2024
2 parents 24a0dd3 + 32672e1 commit 73fbb43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
strategy:
matrix:
rust:
- version: 1.58.1
integration-tests: false
- version: 1.80.1
integration-tests: true
- version: 1.58.1
integration-tests: false

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 73fbb43

Please sign in to comment.