Skip to content

Commit 740283f

Browse files
authored
ci: no-default-featuresの追加 (#19)
Release-As: 0.1.2
1 parent 7dc6594 commit 740283f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
tool: cross
6767
- run: mkdir dist
68-
- run: ${{ (!matrix.os && matrix.use-cross) && 'cross' || 'cargo' }} rustc --locked --release --target=${{ matrix.target }} -- --emit=link=dist/binary
68+
- run: ${{ (!matrix.os && matrix.use-cross) && 'cross' || 'cargo' }} rustc --locked --release --no-default-features --target=${{ matrix.target }} -- --emit=link=dist/binary
6969
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
7070
with:
7171
name: ${{ matrix.target }}
@@ -89,7 +89,7 @@ jobs:
8989
needs: build
9090
permissions:
9191
packages: write
92-
runs-on: 'ubuntu-latest'
92+
runs-on: "ubuntu-latest"
9393
outputs:
9494
image_tags: ${{ steps.meta.outputs.tags }}
9595
env:

0 commit comments

Comments
 (0)