Update deps
parent
46c3de2382
commit
cde9f165a9
|
@ -0,0 +1,8 @@
|
|||
name: Install protobuf linux
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Install protobuf linux
|
||||
shell: bash
|
||||
run: |
|
||||
apt-get update && apt-get upgrade
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
with:
|
||||
ndk-version: r18b
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/update-deps-linux
|
||||
- uses: ./.github/actions/install-protobuf-linux
|
||||
- uses: ./.github/actions/install-cmake-linux
|
||||
- name: Set up Java for publishing to GitHub Packages
|
||||
|
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
with:
|
||||
access_token: ${{ github.token }}
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/update-deps-linux
|
||||
- uses: ./.github/actions/install-protobuf-linux
|
||||
- uses: ./.github/actions/install-cmake-linux
|
||||
- name: Set up Java for publishing to GitHub Packages
|
||||
|
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
with:
|
||||
access_token: ${{ github.token }}
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/update-deps-linux
|
||||
- uses: ./.github/actions/install-protobuf-linux
|
||||
- uses: ./.github/actions/install-cmake-linux
|
||||
- name: Set up Java for publishing to GitHub Packages
|
||||
|
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
with:
|
||||
access_token: ${{ github.token }}
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/update-deps-linux
|
||||
- uses: ./.github/actions/install-protobuf-linux
|
||||
- uses: ./.github/actions/install-cmake-linux
|
||||
- name: Set up Java for publishing to GitHub Packages
|
||||
|
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
with:
|
||||
access_token: ${{ github.token }}
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/update-deps-linux
|
||||
- uses: ./.github/actions/install-protobuf-linux
|
||||
- uses: ./.github/actions/install-cmake-linux
|
||||
- name: Set up Java for publishing to GitHub Packages
|
||||
|
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
env:
|
||||
cuda: 11.0.167
|
||||
GCC: 9
|
||||
- uses: ./.github/actions/update-deps-linux
|
||||
- uses: ./.github/actions/install-protobuf-linux
|
||||
- uses: ./.github/actions/install-cmake-linux
|
||||
- name: Set up Java for publishing to GitHub Packages
|
||||
|
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
env:
|
||||
cuda: 11.2.1_461
|
||||
GCC: 9
|
||||
- uses: ./.github/actions/update-deps-linux
|
||||
- uses: ./.github/actions/install-protobuf-linux
|
||||
- uses: ./.github/actions/install-cmake-linux
|
||||
- name: Set up Java for publishing to GitHub Packages
|
||||
|
|
|
@ -13,6 +13,7 @@ jobs:
|
|||
with:
|
||||
access_token: ${{ github.token }}
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/update-deps-linux
|
||||
- uses: ./.github/actions/install-protobuf-linux
|
||||
- uses: ./.github/actions/install-cmake-linux
|
||||
- name: Set up Java for publishing to GitHub Packages
|
||||
|
|
Loading…
Reference in New Issue