Skip to content

Commit

Permalink
fix: Directory naming
Browse files Browse the repository at this point in the history
  • Loading branch information
timgremore committed Jun 11, 2024
1 parent c485eb8 commit f999708
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rustler_precompiled.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
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:
- "*"

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:
Expand All @@ -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 }
Expand Down

0 comments on commit f999708

Please sign in to comment.