aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAyose <ayosec@gmail.com>2024-03-04 10:00:00 +1000
committerAyose <ayosec@gmail.com>2024-03-04 10:00:00 +1000
commit21c9138b2c70ce86d2e51b79b35041324cbd280a (patch)
treedf2f6cc4a320b82f9cd13f378c609083772ab8b4 /.github
parent84c0f294d9c28b7530f45357e0e86695ddf77d64 (diff)
parentf7811548ae9cabb1122f43b42fec4d660318bc96 (diff)
downloadr-alacritty-21c9138b2c70ce86d2e51b79b35041324cbd280a.tar.gz
r-alacritty-21c9138b2c70ce86d2e51b79b35041324cbd280a.tar.bz2
r-alacritty-21c9138b2c70ce86d2e51b79b35041324cbd280a.zip
Merge remote-tracking branch 'vendor/master' into graphics
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0a0b5f6f..573c4e0f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
run: cargo test -p alacritty_terminal --no-default-features
- name: Oldstable
run: |
- rustup default 1.70.0
+ rustup default $(cat alacritty/Cargo.toml | grep "rust-version" | sed 's/.*"\(.*\)".*/\1/')
cargo test
- name: Clippy
run: |