From e04ce98464244d3055363e34f18b8a9471df42f5 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Wed, 14 Aug 2024 14:03:26 +0300 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 24e8557..e7eda76 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,6 +37,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: rustup + run: rustup update + - name: build run: | cargo build --all-targets --all-features