Skip to content

Commit 736fc15

Browse files
dwahlerjohnstcn
andauthored
Update .github/workflows/test.yaml
Co-authored-by: Cian Johnston <public@cianjohnston.ie>
1 parent cc2ca00 commit 736fc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v1
2323
- run: |
24-
[[ "$(uname -s)" == "Linux"]] && echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
24+
[[ "$(uname -s)" == "Linux" ]] && echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
2525
- run: brew install --build-from-source ./coder-cli-nightly.rb
2626
- run: coder --version

0 commit comments

Comments
 (0)