diff --git a/.github/workflows/rts-outside-nix.yml b/.github/workflows/rts-outside-nix.yml index 15705084cc3..9f0c17f2ebd 100644 --- a/.github/workflows/rts-outside-nix.yml +++ b/.github/workflows/rts-outside-nix.yml @@ -15,6 +15,6 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Download dependencies run: | - git clone --branch v0.2.0 --depth 1 https://github.com/libtom/libtommath ../libtommath + git clone --branch v1.2.0 --depth 1 https://github.com/libtom/libtommath ../libtommath - name: Build RTS run: make -C rts