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:
parent
93c8e7c821
commit
99493c5aef
1 changed files with 4 additions and 2 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue