mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
Find CI env variables
This commit is contained in:
parent
1fa2217c10
commit
e8e6ae57d4
@ -775,6 +775,7 @@ test "os.getEnvMap" {
|
||||
var seen_home = false;
|
||||
var it = env.iterator();
|
||||
while (it.next()) |pair| {
|
||||
debug.warn("{}: {}\n", pair.key, pair.value);
|
||||
switch (builtin.os){
|
||||
builtin.Os.windows => {
|
||||
if (mem.eql(u8, pair.key, "HOMEPATH")) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user