From f233ae7fe01031ca8b47f08afbfca9ce35e6aee2 Mon Sep 17 00:00:00 2001 From: Artyom Tetyukhin <51746822+arttet@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:46:40 +0400 Subject: [PATCH] check: apply the workaround --- .github/workflows/rust-compiler-builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-compiler-builder.yml b/.github/workflows/rust-compiler-builder.yml index 914e747..e6d846f 100644 --- a/.github/workflows/rust-compiler-builder.yml +++ b/.github/workflows/rust-compiler-builder.yml @@ -198,8 +198,8 @@ jobs: - name: Checkout Rust uses: actions/checkout@v4 with: - repository: rust-lang/rust - ref: master + repository: arttet/rust + ref: fix/cc submodules: true path: rust