mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Try with pnpm
This commit is contained in:
2
.github/workflows/blackbox-main.yml
vendored
2
.github/workflows/blackbox-main.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
sudo apt update -y && sudo apt install -y alien libaio1 && \
|
||||
wget https://download.oracle.com/otn_software/linux/instantclient/214000/$ORACLE_DL && \
|
||||
sudo alien -i $ORACLE_DL && \
|
||||
npm i oracledb --no-save
|
||||
pnpm -w -D add oracledb
|
||||
env:
|
||||
ORACLE_DL: oracle-instantclient-basic-21.4.0.0.0-1.el8.x86_64.rpm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user