mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-01-31 09:37:05 +01:00
Do cat-and-grp instead
This commit is contained in:
parent
3de4499494
commit
a95d06664d
3
.github/workflows/ci-win.yml
vendored
3
.github/workflows/ci-win.yml
vendored
@ -26,8 +26,7 @@ jobs:
|
||||
dump(json_dict, out)
|
||||
shell: python
|
||||
- name: Verify changes
|
||||
run: (Get-Content -Path .\public\config.json -Raw) -match "location"
|
||||
shell: powershell
|
||||
run: cat public/config.json | grep 'location'
|
||||
- name: Install dependencies and build
|
||||
run: |
|
||||
npm install
|
||||
|
Loading…
x
Reference in New Issue
Block a user