Compare commits

...

4 Commits

Author SHA1 Message Date
Alexei Lozovsky 5c9e3ff532 wat 2021-03-09 23:22:30 +09:00
Alexei Lozovsky 78b8d0d58b extra path 2021-03-09 23:18:16 +09:00
Alexei Lozovsky 34741d07c4 look at env 2021-03-09 22:43:32 +09:00
Alexei Lozovsky dd06567c9a prep 2021-03-09 22:42:36 +09:00
+12
View File
@@ -6,6 +6,7 @@ on:
branches:
- master
- release/*
- wip/bash
schedule:
- cron: '0 6 * * *'
@@ -25,8 +26,18 @@ jobs:
run: |
cl.exe hello.c
hello.exe
- name: Extra path
shell: bash
run: echo "C:\\foo" >> $GITHUB_PATH
- name: Check out bash env
shell: bash
run: |
env
which link || :
which cl || :
audit:
name: npm audit
if: false
runs-on: windows-latest
steps:
- name: Check out source code
@@ -35,6 +46,7 @@ jobs:
- run: npm audit --audit-level=moderate
alias-arch:
name: arch aliases
if: false
runs-on: windows-latest
steps:
- name: Check out source code