Skip to content

Commit 9a2265a

Browse files
authored
Merge pull request #57 from mischov/fix/missing-nif-target
Add missing nif target
2 parents cce5e1a + cda36d3 commit 9a2265a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
nif: ["2.15", "2.16"]
24+
nif: ["2.14", "2.15", "2.16"]
2525
job:
2626
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
2727
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }

0 commit comments

Comments
 (0)