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:
|
with:
|
||||||
ndk-version: r18b
|
ndk-version: r18b
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: ./.github/actions/update-deps-linux
|
||||||
- uses: ./.github/actions/install-protobuf-linux
|
- uses: ./.github/actions/install-protobuf-linux
|
||||||
- uses: ./.github/actions/install-cmake-linux
|
- uses: ./.github/actions/install-cmake-linux
|
||||||
- name: Set up Java for publishing to GitHub Packages
|
- name: Set up Java for publishing to GitHub Packages
|
||||||
|
|
|
@ -14,6 +14,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
access_token: ${{ github.token }}
|
access_token: ${{ github.token }}
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: ./.github/actions/update-deps-linux
|
||||||
- uses: ./.github/actions/install-protobuf-linux
|
- uses: ./.github/actions/install-protobuf-linux
|
||||||
- uses: ./.github/actions/install-cmake-linux
|
- uses: ./.github/actions/install-cmake-linux
|
||||||
- name: Set up Java for publishing to GitHub Packages
|
- name: Set up Java for publishing to GitHub Packages
|
||||||
|
|
|
@ -14,6 +14,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
access_token: ${{ github.token }}
|
access_token: ${{ github.token }}
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: ./.github/actions/update-deps-linux
|
||||||
- uses: ./.github/actions/install-protobuf-linux
|
- uses: ./.github/actions/install-protobuf-linux
|
||||||
- uses: ./.github/actions/install-cmake-linux
|
- uses: ./.github/actions/install-cmake-linux
|
||||||
- name: Set up Java for publishing to GitHub Packages
|
- name: Set up Java for publishing to GitHub Packages
|
||||||
|
|
|
@ -14,6 +14,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
access_token: ${{ github.token }}
|
access_token: ${{ github.token }}
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: ./.github/actions/update-deps-linux
|
||||||
- uses: ./.github/actions/install-protobuf-linux
|
- uses: ./.github/actions/install-protobuf-linux
|
||||||
- uses: ./.github/actions/install-cmake-linux
|
- uses: ./.github/actions/install-cmake-linux
|
||||||
- name: Set up Java for publishing to GitHub Packages
|
- name: Set up Java for publishing to GitHub Packages
|
||||||
|
|
|
@ -14,6 +14,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
access_token: ${{ github.token }}
|
access_token: ${{ github.token }}
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: ./.github/actions/update-deps-linux
|
||||||
- uses: ./.github/actions/install-protobuf-linux
|
- uses: ./.github/actions/install-protobuf-linux
|
||||||
- uses: ./.github/actions/install-cmake-linux
|
- uses: ./.github/actions/install-cmake-linux
|
||||||
- name: Set up Java for publishing to GitHub Packages
|
- name: Set up Java for publishing to GitHub Packages
|
||||||
|
|
|
@ -24,6 +24,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
cuda: 11.0.167
|
cuda: 11.0.167
|
||||||
GCC: 9
|
GCC: 9
|
||||||
|
- uses: ./.github/actions/update-deps-linux
|
||||||
- uses: ./.github/actions/install-protobuf-linux
|
- uses: ./.github/actions/install-protobuf-linux
|
||||||
- uses: ./.github/actions/install-cmake-linux
|
- uses: ./.github/actions/install-cmake-linux
|
||||||
- name: Set up Java for publishing to GitHub Packages
|
- name: Set up Java for publishing to GitHub Packages
|
||||||
|
|
|
@ -23,6 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
cuda: 11.2.1_461
|
cuda: 11.2.1_461
|
||||||
GCC: 9
|
GCC: 9
|
||||||
|
- uses: ./.github/actions/update-deps-linux
|
||||||
- uses: ./.github/actions/install-protobuf-linux
|
- uses: ./.github/actions/install-protobuf-linux
|
||||||
- uses: ./.github/actions/install-cmake-linux
|
- uses: ./.github/actions/install-cmake-linux
|
||||||
- name: Set up Java for publishing to GitHub Packages
|
- name: Set up Java for publishing to GitHub Packages
|
||||||
|
|
|
@ -13,6 +13,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
access_token: ${{ github.token }}
|
access_token: ${{ github.token }}
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: ./.github/actions/update-deps-linux
|
||||||
- uses: ./.github/actions/install-protobuf-linux
|
- uses: ./.github/actions/install-protobuf-linux
|
||||||
- uses: ./.github/actions/install-cmake-linux
|
- uses: ./.github/actions/install-cmake-linux
|
||||||
- name: Set up Java for publishing to GitHub Packages
|
- name: Set up Java for publishing to GitHub Packages
|
||||||
|
|
Loading…
Reference in New Issue