From 5df47daccf2416112ba9acb14b360a628b32d0de Mon Sep 17 00:00:00 2001 From: rahilmansuri1 <122017690+rahilmansuri1@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:56:34 +0530 Subject: [PATCH] Update envTest.yml --- .github/workflows/envTest.yml | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/.github/workflows/envTest.yml b/.github/workflows/envTest.yml index 04939e9..3ff3c64 100644 --- a/.github/workflows/envTest.yml +++ b/.github/workflows/envTest.yml @@ -18,25 +18,6 @@ jobs: - name: Install Rust run: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - echo "$HOME/.cargo/bin" >> $GITHUB_PATH - - - name: Verify Rust installation - run: rustc --version - - build-macos: - runs-on: macos-latest - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Install Rust - run: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - echo "$HOME/.cargo/bin" >> $GITHUB_PATH - - - name: Verify Rust installation - run: rustc --version - - # Add more steps here as needed + echo "ARCH=$(uname -m)" >> $GITHUB_ENV + APPIMAGE_NAME="iriswallet-${{ env.ARCH }}.AppImage" + echo $APPIMAGE_NAME