We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4767f43 commit 7adbefbCopy full SHA for 7adbefb
.github/workflows/example-sanity-check.yml
@@ -25,18 +25,10 @@ jobs:
25
with:
26
access_token: ${{ github.token }}
27
- uses: actions/checkout@v2
28
- - uses: ./.github/actions/update-deps-linux
29
- - uses: ./.github/actions/install-protobuf-linux
30
- - uses: ./.github/actions/install-cmake-linux
31
- name: Set up Java for publishing to GitHub Packages
32
uses: actions/setup-java@v1
33
34
java-version: 1.8
35
- server-id: sonatype-nexus-snapshots
36
- server-username: MAVEN_USERNAME
37
- server-password: MAVEN_PASSWORD
38
- gpg-private-key: ${{ secrets.SONATYPE_GPG_KEY }}
39
- gpg-passphrase: MAVEN_GPG_PASSPHRASE
40
- name: Build on linux-arm64
41
shell: bash
42
env:
0 commit comments