Skip to content

Commit cda36d3

Browse files
committed
Add missing nif target
1 parent cce5e1a commit cda36d3

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)