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 77bc531 commit 25a97d0Copy full SHA for 25a97d0
.github/workflows/test.yaml
@@ -9,6 +9,11 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
steps:
11
- uses: actions/checkout@v1
12
+ - run: |
13
+ if [[ "$(uname -s)" == "Linux" ]]
14
+ then
15
+ echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
16
+ fi
17
- run: brew install --build-from-source ./coder-cli.rb
18
- run: coder --version
19
coder_cli_nightly:
@@ -18,5 +23,10 @@ jobs:
23
24
20
25
26
27
28
29
30
21
31
- run: brew install --build-from-source ./coder-cli-nightly.rb
22
32
0 commit comments