Skip to content

Commit 7adbefb

Browse files
committed
Update examples
1 parent 4767f43 commit 7adbefb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/example-sanity-check.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,10 @@ jobs:
2525
with:
2626
access_token: ${{ github.token }}
2727
- 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
3128
- name: Set up Java for publishing to GitHub Packages
3229
uses: actions/setup-java@v1
3330
with:
3431
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
4032
- name: Build on linux-arm64
4133
shell: bash
4234
env:

0 commit comments

Comments
 (0)