Skip to content

Commit

Permalink
chore: rm copy , split job
Browse files Browse the repository at this point in the history
  • Loading branch information
msBRF65 committed May 23, 2024
1 parent 4ef64bc commit 883cd86
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: actions/checkout@v2
with:
submodule: true
- name: Install dependencies
run: |
- name: Install Gurobi
run: |
cd /opt && \
export GRB_VERSION=9.1.1 && \
export GRB_SHORT_VERSION=9.1 && \
Expand All @@ -36,14 +36,9 @@ jobs:
zip \
&& sudo update-ca-certificates \
&& sudo rm -rf /var/lib/apt/lists/* && \
cd /opt/gurobi_server && \
cp /opt/gurobi_server/linux64/bin/grb_rsm ./linux64/bin/grb_rsm && \
cp /opt/gurobi_server/linux64/bin/grbcluster ./linux64/bin/grbcluster && \
cp /opt/gurobi_server/linux64/bin/grb_rsm.cnf ./linux64/bin/grb_rsm.cnf && \
cp /opt/gurobi_server/linux64/resources/grb_rsm ./linux64/resources/grb_rsm && \
cp /opt/gurobi_server/linux64/EULA.pdf ./linux64/EULA.pdf && \
export GRB_HOME=/opt/gurobi_server/linux64 && \
export PATH="${PATH}:${GRB_HOME}/bin" && \
export PATH="${PATH}:${GRB_HOME}/bin"
- name: Install dependencies
wget -qO- "https://cmake.org/files/v3.20/cmake-3.20.2-linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local && \
sudo apt-get update && \
sudo apt-get install -y \
Expand Down

0 comments on commit 883cd86

Please sign in to comment.