Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into aschran/cc-estimator-4
Browse files Browse the repository at this point in the history
  • Loading branch information
aschran committed Mar 3, 2025
2 parents 52217e9 + da0201a commit c56dfb5
Show file tree
Hide file tree
Showing 313 changed files with 9,575 additions and 4,864 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,7 @@ jobs:
run: |
mkdir -p ${{ env.TMP_BUILD_DIR }}
aws s3 cp s3://sui-releases/releases/sui-${{ env.sui_tag }}-${os_type}.tgz ./tmp/sui-${{ env.sui_tag }}-${os_type}.tgz
tar -xf ./tmp/sui-${{ env.sui_tag }}-${os_type}.tgz -C ${{ env.TMP_BUILD_DIR }}
- name: Setup caching
if: ${{ env.s3_archive_exist == '' }}
uses: bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths
tar -xf ./tmp/sui-${{ env.sui_tag }}-${os_type}.tgz -C ${{ env.TMP_BUILD_DIR }}
- name: Install nexttest (Windows)
if: ${{ matrix.os == 'windows-ghcloud' && env.s3_archive_exist == '' }}
Expand Down
Loading

0 comments on commit c56dfb5

Please sign in to comment.