ci: disable incremental build

This commit is contained in:
iff 2024-11-23 14:33:26 +01:00
parent 7e69d2b256
commit 0705e55cf0

View file

@ -6,6 +6,8 @@ on:
- v* - v*
permissions: permissions:
contents: write contents: write
env:
CARGO_INCREMENTAL: 0
jobs: jobs:
build: build:
name: ${{ matrix.target }} name: ${{ matrix.target }}