Skip to content

Commit

Permalink
Update to yet another rust toolchain installer
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser committed Oct 28, 2023
1 parent fbbb748 commit a03a751
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
- uses: ructions/toolchain@v1
with:
components: rustfmt
- name: Check Formating
Expand All @@ -64,7 +64,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install deps
run: sudo apt-get -qy update && sudo apt-get install -y libssl-dev libssl1.1
- uses: dtolnay/rust-toolchain@master
- uses: ructions/toolchain@v1
with:
components: clippy
- name: Check workflow permissions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install deps
run: sudo apt-get -qy update && sudo apt-get install -y libssl-dev libssl1.1; sudo apt-get clean
- uses: dtolnay/rust-toolchain@master
- uses: ructions/toolchain@v1
with:
- uses: Swatinem/rust-cache@v2
- name: make docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@master
- uses: ructions/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/eqc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Verify valid EQC_LICENSE
run: test -n "${{secrets.EQC_LICENSE}}"
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
- uses: ructions/toolchain@v1
with:
- uses: Swatinem/rust-cache@v2
- uses: erlef/setup-beam@v1
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Verify valid EQC_LICENSE
run: test -n "${{secrets.EQC_LICENSE}}"
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
- uses: ructions/toolchain@v1
with:
- uses: Swatinem/rust-cache@v2
- uses: erlef/setup-beam@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# # this might remove tools that are actually needed,
# # if set to "true" but frees about 6 GB
# tool-cache: false
- uses: dtolnay/rust-toolchain@master
- uses: ructions/toolchain@v1
with:
components: llvm-tools-preview

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish-crates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@master
- uses: ructions/toolchain@v1
with:
toolchain: stable
- name: Publish tremor-common to crates.io
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@master
- uses: ructions/toolchain@v1
with:
toolchain: stable
- name: Publish tremor-value to crates.io
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@master
- uses: ructions/toolchain@v1
with:
toolchain: stable
- name: Publish tremor-influx to crates.io
Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@master
- uses: ructions/toolchain@v1
with:
toolchain: stable
- name: Publish tremor-script to crates.io
Expand All @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@master
- uses: ructions/toolchain@v1
with:
toolchain: stable
- name: Find updated version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# tool-cache: false
- name: Install Docker Image
run: ./.github/scripts/install-docker-images.sh
- uses: dtolnay/rust-toolchain@master
- uses: ructions/toolchain@v1
with:
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v2
Expand Down
File renamed without changes.

0 comments on commit a03a751

Please sign in to comment.