1
0
Fork 0
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:
Will (Newby) Atlas 2023-04-19 14:01:42 -06:00
parent c2c9592fbf
commit 49aa8c32ca

View file

@ -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.