From a89c584a39105abb3414491b922715826468a115 Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:02:26 -0400 Subject: [PATCH] update publish.yaml --- .github/workflows/publish.yaml | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 69e7960c8..9aa984f57 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,38 +21,12 @@ jobs: # with: # detached: true # timeout-minutes: 15 - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - # this might remove tools that are actually needed, - # if set to "true" but frees about 6 GB - tool-cache: false - - # all of these default to true, but feel free to set to - # "false" if necessary for your workflow - android: true - dotnet: true - haskell: true - large-packages: false - docker-images: true - swap-storage: true - - - uses: dtolnay/rust-toolchain@1.70.0 - with: - components: rustfmt - - ######## CACHE ######## - - name: system packages - uses: awalsh128/cache-apt-pkgs-action@latest - with: - packages: build-essential ca-certificates clang curl git libpq-dev libssl-dev pkg-config lsof lld libgmp-dev - version: 1.0 + - name: setup env + uses: ./.github/actions/build_env - name: checkout uses: actions/checkout@v3 - - name: sccache - uses: 0o-de-lally/sccache-action@local # note: building in the same cargo command will lead to "feature unification", which leads to a `diem-node` binary which fails. - name: libra release build