Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Upgrade nightly to 2023-10-19
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Oct 23, 2023
1 parent f4edd61 commit 8ae31a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN set -eux; \
; \
sed -i '/pam_rootok.so$/aauth sufficient pam_permit.so' /etc/pam.d/su; \
wget https://sh.rustup.rs -O rustup-init; \
bash rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly-2023-08-16; \
bash rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly-2023-10-19; \
rm rustup-init; \
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
rustup --version; \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://lpenz/ghaction-rust-coverage:0.5
- uses: docker://lpenz/ghaction-rust-coverage:0.14.0
- uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8ae31a5

Please sign in to comment.