]> nmode's Git Repositories - signal-cli/blobdiff - .github/workflows/ci.yml
Remove now unnecessary try/catch
[signal-cli] / .github / workflows / ci.yml
index fd5a938ddcb1fd8087ed15c64273f4a8e77e071a..5976805e4757a290e20010d45124f4680ad56471 100644 (file)
@@ -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