aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAyose <ayosec@gmail.com>2025-07-23 00:00:00 +0000
committerAyose <ayosec@gmail.com>2025-07-23 00:00:00 +0000
commita247c96e9f59ee73908ace776dde3812557c8b83 (patch)
tree41a8e4b4d0ae517443ff5f80c5227e37817986df /.github/workflows
parent814e8fefc60b4457ea155d11df9f27795de830ec (diff)
parent376cdb370018b737d2d92f26bba0d5297b6eb0c0 (diff)
downloadr-alacritty-a247c96e9f59ee73908ace776dde3812557c8b83.tar.gz
r-alacritty-a247c96e9f59ee73908ace776dde3812557c8b83.tar.bz2
r-alacritty-a247c96e9f59ee73908ace776dde3812557c8b83.zip
Merge remote-tracking branch 'vendor/master' into graphics
Diffstat (limited to '.github/workflows')
-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 c65e7f82..d7ae755d 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 $(cat alacritty/Cargo.toml | grep "rust-version" | sed 's/.*"\(.*\)".*/\1/')
+ rustup default $(cat Cargo.toml | grep "rust-version" | sed 's/.*"\(.*\)".*/\1/')
cargo test
- name: Clippy
run: |