Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 31, 2023
1 parent 11cf986 commit daba9dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:

jobs:
build_cpu:
name: ${{ matrix.target }} / ${{ matrix.os }}
name: cpu / ${{ matrix.target }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
permissions:
contents: write
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')

build_cuda:
name: ${{ matrix.job.target }}
name: cuda / ${{ matrix.target }} / ${{ matrix.os }}
runs-on: ubuntu-22.04
permissions:
contents: write
Expand All @@ -76,7 +76,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: rustup target add ${{ matrix.job.target }}
- run: rustup target add ${{ matrix.target }}

- uses: philss/rustler-precompiled-action@main
id: precompile
Expand Down

0 comments on commit daba9dc

Please sign in to comment.