mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
Fix twmap installation in CI
error: failed to compile `twmap-tools v0.3.1 (/home/runner/work/ddnet/ddnet/twmap/twmap-tools)`, intermediate artifacts can be found at `/home/runner/work/ddnet/ddnet/twmap/target` Caused by: package `half v2.3.1` cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.69.0 Either upgrade to rustc 1.70 or newer, or use cargo update -p half@2.3.1 --precise ver where `ver` is the latest version of `half` supporting rustc 1.69.0
This commit is contained in:
parent
265eb69284
commit
9f43fd2247
3
.github/workflows/style.yml
vendored
3
.github/workflows/style.yml
vendored
|
@ -18,7 +18,8 @@ jobs:
|
|||
- name: Prepare
|
||||
run: |
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install clang-format imagemagick ddnet-tools shellcheck pkg-config cmake ninja-build libfreetype6-dev libnotify-dev libsdl2-dev libsqlite3-dev libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev libx264-dev python3-clang libvulkan-dev glslang-tools spirv-tools rustc cargo -y
|
||||
sudo apt-get install clang-format imagemagick ddnet-tools shellcheck pkg-config cmake ninja-build libfreetype6-dev libnotify-dev libsdl2-dev libsqlite3-dev libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev libx264-dev python3-clang libvulkan-dev glslang-tools spirv-tools -y
|
||||
rustup default stable
|
||||
pip3 install pylint
|
||||
git clone https://gitlab.com/Patiga/twmap.git/
|
||||
cd twmap/twmap-tools
|
||||
|
|
Loading…
Reference in a new issue