Skip to content

Commit

Permalink
unzip convert only when ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 12, 2023
1 parent 82e16c8 commit b82f64b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
mkdir $CONVERT_PATH
wget https://public.yegor256.com/convert.zip -O /tmp/convert.zip
unzip /tmp/convert.zip -o -d $CONVERT_PATH
if: matrix.os == 'ubuntu-20.04'
- run: mvn clean install -Pqulice --errors --batch-mode

0 comments on commit b82f64b

Please sign in to comment.