X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/b9e644269b073937202ca3ba6c9327e1ba46e2c3..22103736a7b03e52a41a2a673cd3673ff2ed1142:/.github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd5a938d..5976805e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: workflow_call: permissions: - contents: read # to fetch code (actions/checkout) + contents: write # to fetch code (actions/checkout) and submit dependency graph (gradle/gradle-build-action) jobs: build: @@ -50,7 +50,6 @@ jobs: version: 'latest' java-version: '17' cache: 'gradle' - components: 'native-image' github-token: ${{ secrets.GITHUB_TOKEN }} - name: Build with Gradle run: ./gradlew --no-daemon nativeCompile