Skip to content

Commit 2512c5f

Browse files
authored
chore: add CI check for linuxbrew (#4)
1 parent b2a9878 commit 2512c5f

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)