mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
[ci] What OS are we on
This commit is contained in:
parent
c2c9592fbf
commit
49aa8c32ca
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -220,6 +220,8 @@ jobs:
|
|||
# What version of LLVM did we get?
|
||||
lld —version
|
||||
|
||||
# What OS is this runner on?
|
||||
cat /etc/os-release
|
||||
# Create ubuntu-16.04 sysroot environment, which is used to avoid
|
||||
# depending on a very recent version of glibc.
|
||||
# `libc6-dev` is required for building any C source files.
|
||||
|
|
Loading…
Reference in a new issue