From c6cf42efd9f70012aa51392eafe4f34090a9edef Mon Sep 17 00:00:00 2001 From: Keaton Sentak Date: Thu, 22 Aug 2024 09:49:40 -0400 Subject: [PATCH] update root cmd --- .github/workflows/release-github.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 68f1ec28e..7b2c7badb 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -57,7 +57,7 @@ jobs: dpkg - name: Add toolchain for GCC 9 - run: add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update + run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update - name: Install cross compilation tools run: | @@ -123,9 +123,9 @@ jobs: run: | .github/workflows/utils.sh buildCoreCPPSDK $RELEASE_VERSION - - name: Upload SDK artifact - if: success() - uses: actions/upload-artifact@v3 - with: - name: core-sdk - path: firebolt-apis/src/sdks/core/build/cpp/src/*.tgz + # - name: Upload SDK artifact + # if: success() + # uses: actions/upload-artifact@v3 + # with: + # name: core-sdk + # path: firebolt-apis/src/sdks/core/build/cpp/src/*.tgz