ci: win: fix skipping of all steps, part 2
This commit is contained in:
parent
29fb63384e
commit
c0ac770bd7
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
@ -16,9 +16,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
# defaults:
|
defaults:
|
||||||
# run:
|
run:
|
||||||
# shell: bash
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check out
|
- name: Check out
|
||||||
@ -100,7 +100,6 @@ jobs:
|
|||||||
if: env.CONTINUE
|
if: env.CONTINUE
|
||||||
|
|
||||||
# - name: showStuff
|
# - name: showStuff
|
||||||
# shell: bash
|
|
||||||
# run: |
|
# run: |
|
||||||
# ls -lFRa /c/users/runneradmin/appdata/roaming/stack
|
# ls -lFRa /c/users/runneradmin/appdata/roaming/stack
|
||||||
# ls -lFRa /c/users/runneradmin/appdata/local/programs/stack
|
# ls -lFRa /c/users/runneradmin/appdata/local/programs/stack
|
||||||
@ -111,7 +110,6 @@ jobs:
|
|||||||
# run: echo "::add-path::C:\Users\runneradmin\AppData\Roaming\stack\local\bin"
|
# run: echo "::add-path::C:\Users\runneradmin\AppData\Roaming\stack\local\bin"
|
||||||
|
|
||||||
# - name: Install stack
|
# - name: Install stack
|
||||||
# shell: bash
|
|
||||||
# run: |
|
# run: |
|
||||||
# mkdir -p ~/.local/bin
|
# mkdir -p ~/.local/bin
|
||||||
# export PATH=~/.local/bin:$PATH
|
# export PATH=~/.local/bin:$PATH
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user