Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a9a11 commit 081c9cfCopy full SHA for 081c9cf
.github/workflows/coder.yaml
@@ -298,7 +298,8 @@ jobs:
298
os:
299
- ubuntu-latest
300
- macos-latest
301
- - windows-2022
+ # TODO: Get `make build` running on Windows 2022
302
+ # - windows-2022
303
steps:
304
- uses: actions/checkout@v2
305
Makefile
@@ -99,7 +99,7 @@ provisionersdk/proto: provisionersdk/proto/provisioner.proto
99
.PHONY: provisionersdk/proto
100
101
site/out:
102
- cd site && yarn install
+ ./scripts/yarn_install.sh
103
cd site && yarn build
104
cd site && yarn export
105
.PHONY: site/out
0 commit comments