Skip to content

Commit 3e3c560

Browse files
author
Jacek Gębal
committed
Attempting to fix 19c install issues
1 parent e07c619 commit 3e3c560

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ jobs:
9797

9898
- name: Install utPLSQL
9999
id: install-utplsql
100-
run: docker run --rm -v $(pwd):/utPLSQL -w /utPLSQL --network host --entrypoint bash ${DOCKER_ENV} ${ORACLE_VERSION} .github/scripts/install.sh
100+
# run: docker run --rm -v $(pwd):/utPLSQL -w /utPLSQL --network host --entrypoint bash ${DOCKER_ENV} ${ORACLE_VERSION} .github/scripts/install.sh
101+
run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle bash .github/scripts/install.sh
101102

102103
- name: Check code style
103104
if: ${{ matrix.id == 1 }}

0 commit comments

Comments
 (0)