We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bc531 commit 0a7ce07Copy full SHA for 0a7ce07
.github/workflows/test.yaml
@@ -9,6 +9,8 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
steps:
11
- uses: actions/checkout@v1
12
+ - run: |
13
+ [[ "$(uname -s)" == "Linux"]] && echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
14
- run: brew install --build-from-source ./coder-cli.rb
15
- run: coder --version
16
coder_cli_nightly:
@@ -18,5 +20,7 @@ jobs:
18
20
19
21
22
23
24
25
- run: brew install --build-from-source ./coder-cli-nightly.rb
26
0 commit comments