Unverified Commit 4829372a authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Fix `update-sdk-next` GitHub Actions workflow (#1979)

parent aaa8f0e5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -30,7 +30,9 @@ jobs:
        java-version: 11
      # Rust is only used to `rustfmt` the generated code; doesn't need to match MSRV
    - name: Set up Rust
      uses: dtolnay/rust-toolchain@stable
      uses: dtolnay/rust-toolchain@master
      with:
        toolchain: 1.62.1
    - name: Delete old SDK
      run: |
    - name: Generate a fresh SDK