Skip to content

Commit 0a7ce07

Browse files
authored
Update test.yaml
1 parent 77bc531 commit 0a7ce07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- uses: actions/checkout@v1
12+
- run: |
13+
[[ "$(uname -s)" == "Linux"]] && echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
1214
- run: brew install --build-from-source ./coder-cli.rb
1315
- run: coder --version
1416
coder_cli_nightly:
@@ -18,5 +20,7 @@ jobs:
1820
runs-on: ${{ matrix.os }}
1921
steps:
2022
- uses: actions/checkout@v1
23+
- run: |
24+
[[ "$(uname -s)" == "Linux"]] && echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
2125
- run: brew install --build-from-source ./coder-cli-nightly.rb
2226
- run: coder --version

0 commit comments

Comments
 (0)