Skip to content

Commit

Permalink
add missing call to update the toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Oct 7, 2024
1 parent 3dcb5c3 commit 2210fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
sleep 10
psql "${DOCSRS_DATABASE_URL}"
cargo run -- database migrate
cargo run -- build update-toolchain
grep -v ^# "$GITHUB_WORKSPACE/$LINERA_PACKAGES" | while read LINE; do
CRATE="${LINE%% *}"
cargo run -- build crate --local ${{ runner.temp }}/registry/${CRATE}-${SDK_VERSION}/
Expand Down

0 comments on commit 2210fea

Please sign in to comment.