diff --git a/.github/workflows/rustler_precompiled.yml b/.github/workflows/rustler_precompiled.yml index b9f2333..730f535 100644 --- a/.github/workflows/rustler_precompiled.yml +++ b/.github/workflows/rustler_precompiled.yml @@ -1,16 +1,16 @@ name: Build precompiled NIFs env: - NIF_DIRECTORY: "native/mail_parser_nif" + NIF_DIRECTORY: "native/edix_nif" on: push: branches: - main - paths: - # Just run on main branch if "native" path changed. Tags will always run. - - "native/**" - - ".github/workflows/release.yml" + # paths: + # # Just run on main branch if "native" path changed. Tags will always run. + # - "native/**" + # - ".github/workflows/release.yml" tags: - "*" @@ -18,7 +18,7 @@ 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/mail_parser_nif" + working-directory: "./native/edix_nif" jobs: build_release: @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - nif: ["2.16", "2.15", "2.14"] + nif: ["2.15"] job: - { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true } - { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }