mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
remove linux dep and upgrade Protocol Buffers and FlatBuffers (#853)
This commit is contained in:
@@ -52,24 +52,19 @@ runs:
|
|||||||
sudo apt-get install -y \
|
sudo apt-get install -y \
|
||||||
musl-tools \
|
musl-tools \
|
||||||
build-essential \
|
build-essential \
|
||||||
lld \
|
|
||||||
libdbus-1-dev \
|
|
||||||
libwayland-dev \
|
|
||||||
libwebkit2gtk-4.1-dev \
|
|
||||||
libxdo-dev \
|
|
||||||
pkg-config \
|
pkg-config \
|
||||||
libssl-dev
|
libssl-dev
|
||||||
|
|
||||||
- name: Install protoc
|
- name: Install protoc
|
||||||
uses: arduino/setup-protoc@v3
|
uses: arduino/setup-protoc@v3
|
||||||
with:
|
with:
|
||||||
version: "31.1"
|
version: "33.1"
|
||||||
repo-token: ${{ inputs.github-token }}
|
repo-token: ${{ inputs.github-token }}
|
||||||
|
|
||||||
- name: Install flatc
|
- name: Install flatc
|
||||||
uses: Nugine/setup-flatc@v1
|
uses: Nugine/setup-flatc@v1
|
||||||
with:
|
with:
|
||||||
version: "25.2.10"
|
version: "25.9.23"
|
||||||
|
|
||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|||||||
Reference in New Issue
Block a user