From a356615d066b32ec46112d9b3f5742d53634cf48 Mon Sep 17 00:00:00 2001 From: Tim Gremore Date: Tue, 11 Jun 2024 12:09:45 -0500 Subject: [PATCH] fix: Remove unused ENV's --- .github/workflows/rustler_precompiled.yml | 33 ----------------------- 1 file changed, 33 deletions(-) diff --git a/.github/workflows/rustler_precompiled.yml b/.github/workflows/rustler_precompiled.yml index 191f7b6..5d83ddf 100644 --- a/.github/workflows/rustler_precompiled.yml +++ b/.github/workflows/rustler_precompiled.yml @@ -1,8 +1,5 @@ name: Build precompiled NIFs -env: - NIF_DIRECTORY: "native/edix_nif" - on: push: branches: @@ -10,12 +7,6 @@ on: tags: - '*' -defaults: - run: - # Sets the working dir for "run" scripts. - # Note that this won't change the directory for actions (tasks with "uses"). - working-directory: "./native/edix_nif" - jobs: build_release: name: NIF ${{ matrix.nif }} - ${{ matrix.job.target }} (${{ matrix.job.os }}) @@ -60,30 +51,6 @@ jobs: toolchain: stable target: ${{ matrix.job.target }} - # - name: Install Rust toolchain - # uses: actions-rs/toolchain@v1 - # with: - # toolchain: stable - # target: ${{ matrix.job.target }} - # override: true - # profile: minimal - - # - name: Download cross from GitHub releases - # uses: giantswarm/install-binary-action@v1.0.0 - # if: ${{ matrix.job.use-cross && matrix.job.target != 'aarch64-unknown-linux-musl' }} - # with: - # binary: "cross" - # version: "v0.2.1" - # download_url: "https://github.com/rust-embedded/cross/releases/download/${version}/cross-${version}-x86_64-unknown-linux-gnu.tar.gz" - # tarball_binary_path: "${binary}" - # smoke_test: "${binary} --version" - # - # - name: Install cross from GitHub - # if: ${{ matrix.job.use-cross && matrix.job.target == 'aarch64-unknown-linux-musl' }} - # shell: bash - # run: | - # cargo install --git https://github.com/cross-rs/cross --rev 4deac830a4992a70f7cb070eda38d5ff7cfcbf86 || echo 'Already installed' - - name: Install musl-tools if: ${{ matrix.job.use-cross }} shell: bash