Skip to content

Commit

Permalink
improve oracle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgatto committed Sep 20, 2024
1 parent ee81770 commit 5a384f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
container: 'oraclelinux:8'
env:
SIRIUS_RELEASE_TAG: antares-integration-v1.4
SWIG_BASE_NAME: swig-4.2.1
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -66,11 +67,10 @@ jobs:
dnf -y install pcre-devel
dnf clean all
rm -rf /var/cache/dnf
SWIG_BASE_NAME="swig-4.2.1"
wget -q "https://downloads.sourceforge.net/project/swig/swig/${SWIG_BASE_NAME}/${SWIG_BASE_NAME}.tar.gz"
tar xvf ${SWIG_BASE_NAME}.tar.gz
rm ${SWIG_BASE_NAME}.tar.gz
cd ${SWIG_BASE_NAME}
wget -q "https://downloads.sourceforge.net/project/swig/swig/${{ env.SWIG_BASE_NAME }}/${{ env.SWIG_BASE_NAME }}.tar.gz"
tar xvf ${{ env.SWIG_BASE_NAME }}.tar.gz
rm ${{ env.SWIG_BASE_NAME }}.tar.gz
cd ${{ env.SWIG_BASE_NAME }}
./configure --prefix=/usr
make -j 4
make install
Expand Down

0 comments on commit 5a384f6

Please sign in to comment.