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

Commit2512c5f

Browse files
authored
chore: add CI check for linuxbrew (#4)
1 parentb2a9878 commit2512c5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ on: [push]
33

44
jobs:
55
coder_cli:
6-
runs-on:macos-latest
6+
strategy:
7+
matrix:
8+
os:[macos-latest, ubuntu-latest]
9+
runs-on:${{ matrix.os }}
710
steps:
811
-uses:actions/checkout@v1
912
-run:brew install --build-from-source ./coder.rb

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp