Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikb committed Oct 4, 2023
1 parent 22902ff commit 6d1cd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
strategy:
matrix:
os: [ macos-latest-xlarge ]
cmd: [ "node -v", "java -version", "gradle -version", "maven -v", "openapi version", "run:java@14 java -version", "deno -V" ]
cmd: [ "node -v", "java -version", "gradle -version", "maven -v", "openapi version", "deno -V" ]

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
# set -x
# uname -a
# docker run --rm -i -v $PWD:/b -w /b ${{ matrix.container }} sh gg.cmd -v ${{ matrix.cmd }}


# test-container:
# needs: stage1
Expand Down

0 comments on commit 6d1cd1c

Please sign in to comment.