1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

ci: actually fix main for linux-gnu (#22195)

This commit is contained in:
David Sherret 2024-01-30 17:28:21 -05:00 committed by GitHub
parent 93c8e7c821
commit 99493c5aef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1061,8 +1061,10 @@ async fn main_server(
"/canary-latest.txt" "/canary-latest.txt"
| "/canary-x86_64-apple-darwin-latest.txt" | "/canary-x86_64-apple-darwin-latest.txt"
| "/canary-aarch64-apple-darwin-latest.txt" | "/canary-aarch64-apple-darwin-latest.txt"
| "/canary-x86_64-unknown-linux-latest.txt" | "/canary-x86_64-unknown-linux-gnu-latest.txt"
| "/canary-aarch64-unknown-linux-latest.txt" | "/canary-aarch64-unknown-linux-gnu-latest.txt"
| "/canary-x86_64-unknown-linux-musl-latest.txt"
| "/canary-aarch64-unknown-linux-musl-latest.txt"
| "/canary-x86_64-pc-windows-msvc-latest.txt", | "/canary-x86_64-pc-windows-msvc-latest.txt",
) => { ) => {
return Ok( return Ok(