We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2ca00 commit 736fc15Copy full SHA for 736fc15
.github/workflows/test.yaml
@@ -21,6 +21,6 @@ jobs:
21
steps:
22
- uses: actions/checkout@v1
23
- run: |
24
- [[ "$(uname -s)" == "Linux"]] && echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
+ [[ "$(uname -s)" == "Linux" ]] && echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
25
- run: brew install --build-from-source ./coder-cli-nightly.rb
26
- run: coder --version
0 commit comments