Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit25a97d0

Browse files
dwahlerjohnstcn
andauthored
Add brew to path on linux (#64)
Fixes build breakage caused byactions/runner-images#6283Co-authored-by: Cian Johnston <public@cianjohnston.ie>
1 parent77bc531 commit25a97d0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎.github/workflows/test.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
runs-on:${{ matrix.os }}
1010
steps:
1111
-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
1217
-run:brew install --build-from-source ./coder-cli.rb
1318
-run:coder --version
1419
coder_cli_nightly:
@@ -18,5 +23,10 @@ jobs:
1823
runs-on:${{ matrix.os }}
1924
steps:
2025
-uses:actions/checkout@v1
26+
-run:|
27+
if [[ "$(uname -s)" == "Linux" ]]
28+
then
29+
echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
30+
fi
2131
-run:brew install --build-from-source ./coder-cli-nightly.rb
2232
-run:coder --version

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp