Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 26, 2023
1 parent 2063d7c commit 57ed2fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_binary:
name: NIF-${{ matrix.nif_version }} / ${{ matrix.job.target }} / ${{ matrix.job.os }}
name: ${{ matrix.job.target }} / ${{ matrix.job.os }}
runs-on: ${{ matrix.job.os }}
permissions:
contents: write
Expand All @@ -30,3 +30,4 @@ jobs:
project-version: "0.1.1"
target: ${{ matrix.job.target }}
nif-version: ${{ matrix.nif_version }}
use-cross: false

0 comments on commit 57ed2fa

Please sign in to comment.