Skip to content

Commit

Permalink
Update envTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rahilmansuri1 authored Jul 25, 2024
1 parent a7201ac commit 5df47da
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions .github/workflows/envTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5df47da

Please sign in to comment.