diff options
| author | Ayose <ayosec@gmail.com> | 2025-07-23 00:00:00 +0000 |
|---|---|---|
| committer | Ayose <ayosec@gmail.com> | 2025-07-23 00:00:00 +0000 |
| commit | a247c96e9f59ee73908ace776dde3812557c8b83 (patch) | |
| tree | 41a8e4b4d0ae517443ff5f80c5227e37817986df /.github | |
| parent | 814e8fefc60b4457ea155d11df9f27795de830ec (diff) | |
| parent | 376cdb370018b737d2d92f26bba0d5297b6eb0c0 (diff) | |
| download | r-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')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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: | |