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: branches:
- master - master
- release/* - release/*
- wip/bash
schedule: schedule:
- cron: '0 6 * * *' - cron: '0 6 * * *'
@@ -25,8 +26,18 @@ jobs:
run: | run: |
cl.exe hello.c cl.exe hello.c
hello.exe 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: audit:
name: npm audit name: npm audit
if: false
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Check out source code - name: Check out source code
@@ -35,6 +46,7 @@ jobs:
- run: npm audit --audit-level=moderate - run: npm audit --audit-level=moderate
alias-arch: alias-arch:
name: arch aliases name: arch aliases
if: false
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Check out source code - name: Check out source code