From 27a6863e63f1fe49988e0b9743729dfae3fa6e44 Mon Sep 17 00:00:00 2001 From: Nico Date: Tue, 16 Jul 2024 22:40:43 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fba466f6..e4fec119 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,8 +42,8 @@ jobs: - run: apt-get install gcc-mingw-w64 libx11-xcb-dev curl wget build-essential git musl-tools -y continue-on-error: true - - name: Install stable toolchain - uses: dtolnay/rust-toolchain@1.70 + - name: Install stable rust toolchain + uses: dtolnay/rust-toolchain@1.78 - name: Setup cmake uses: jwlawson/actions-setup-cmake@v2