mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-06 23:43:07 +00:00
Install cargo 1.85.0 on CI
This commit is contained in:
parent
2e39d674a9
commit
c76a7ace77
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -20,14 +20,10 @@ jobs:
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
- name: Build libcodex
|
||||
if: steps.cache-libcodex.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential cmake curl git rustc cargo
|
||||
cargo --version
|
||||
make update
|
||||
make libcodex
|
||||
- name: Install Rust 1.85.0
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: 1.85.0
|
||||
|
||||
- name: Record submodule commit
|
||||
run: git -C vendor/nim-codex rev-parse HEAD > vendor/nim-codex/.codex-commit
|
||||
@ -43,7 +39,7 @@ jobs:
|
||||
if: steps.cache-libcodex.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential cmake curl git rustc cargo
|
||||
sudo apt-get install -y build-essential
|
||||
make update
|
||||
CODEX_LIB_PARAMS="-d:codex_enable_api_debug_peers=true" make libcodex
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user