took out the linux build for now

This commit is contained in:
trippjoe 2022-03-30 14:59:17 -04:00
parent 34f5823020
commit f42e249a39

View file

@ -10,7 +10,8 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [windows-latest, ubuntu-latest, macos-latest] # os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, macos-latest]
node: [16] node: [16]
steps: steps: