File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 uses : ruby/setup-ruby@v1
2525 with :
2626 ruby-version : " 4.0"
27+ - name : Create symbolic link for libaio library compatibility
28+ run : |
29+ sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
2730 - name : Download Oracle instant client
2831 run : |
2932 wget -q https://download.oracle.com/otn_software/linux/instantclient/2326100/instantclient-basic-linux.x64-23.26.1.0.0.zip
Original file line number Diff line number Diff line change 5555 uses : ruby/setup-ruby@v1
5656 with :
5757 ruby-version : ${{ matrix.ruby }}
58+ - name : Create symbolic link for libaio library compatibility
59+ run : |
60+ sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
5861 - name : Download Oracle instant client
5962 run : |
6063 wget -q https://download.oracle.com/otn_software/linux/instantclient/2326100/instantclient-basic-linux.x64-23.26.1.0.0.zip
Original file line number Diff line number Diff line change 5555 uses : ruby/setup-ruby@v1
5656 with :
5757 ruby-version : ${{ matrix.ruby }}
58+ - name : Create symbolic link for libaio library compatibility
59+ run : |
60+ sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
5861 - name : Download Oracle instant client
5962 run : |
6063 wget -q https://download.oracle.com/otn_software/linux/instantclient/2115000/instantclient-basic-linux.x64-21.15.0.0.0dbru.zip
Original file line number Diff line number Diff line change 6565 uses : ruby/setup-ruby@v1
6666 with :
6767 ruby-version : ${{ matrix.ruby }}
68+ - name : Create symbolic link for libaio library compatibility
69+ run : |
70+ sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
6871 - name : Download Oracle instant client
6972 run : |
7073 wget -q https://download.oracle.com/otn_software/linux/instantclient/2326100/instantclient-basic-linux.x64-23.26.1.0.0.zip
You can’t perform that action at this time.
0 commit comments