Skip to content

Commit

Permalink
update rust to latest stable on the CI node
Browse files Browse the repository at this point in the history
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
  • Loading branch information
xermicus committed Mar 27, 2024
1 parent 697e661 commit 906fa04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/substrate-ci-img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3.1.0
- name: Update rust to latest stable
run: rustup update stable
- run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
img_tag=$(git rev-parse --short "$GITHUB_SHA")
Expand Down

0 comments on commit 906fa04

Please sign in to comment.