Skip to content

Commit

Permalink
Make requested changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Dusty DeWeese <[email protected]>
  • Loading branch information
HackerFoo committed Dec 16, 2020
1 parent e030368 commit 6c608c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
antlr_runtime_type: [static, shared]
include:
- python-version: 3.5
TOXENV: py35
Expand All @@ -61,4 +62,4 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Tox
run: tox -e ${{ matrix.TOXENV }}
run: ANTLR4_RUNTIME_TYPE=${{ matrix.antlr_runtime_type }} tox -e ${{ matrix.TOXENV }}

0 comments on commit 6c608c7

Please sign in to comment.