Skip to content

Commit

Permalink
fix: pin cargo version in CI to 2021-05-17
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 92f64b7c1db90e97c1e26f6388d8b2b18f63b015
  • Loading branch information
christos-h authored and oq-bot committed Jun 1, 2021
1 parent dc5c6f4 commit 6134609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2021-05-17
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.py }}
- id: tag
uses: dawidd6/action-get-tag@v1
- run: cargo +nightly build --release
- run: cargo +nightly-2021-05-17 build --release
- working-directory: target/release
run: tar -czf synth.tar.gz synth
- uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/synth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: synth tests
runs-on: ubuntu-latest
env:
toolchain: "nightly-2020-11-17"
toolchain: "nightly-2021-05-17"
steps:
- uses: actions/checkout@v2
- name: Install nix
Expand Down

0 comments on commit 6134609

Please sign in to comment.