Skip to content

Commit

Permalink
Update fzn2lp to version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed May 21, 2024
1 parent d2b8d7d commit 84cecfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install fzn2lp
run: |
wget https://github.com/potassco/fzn2lp/releases/download/v0.1.4/fzn2lp-linux-x86_64.tar.gz
wget https://github.com/potassco/fzn2lp/releases/download/v0.1.5/fzn2lp-linux-x86_64.tar.gz
tar -xvf fzn2lp-linux-x86_64.tar.gz
echo "$(pwd)" >> $GITHUB_PATH
- name: Test fzn2lp
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_Flatzingo
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN curl https://sh.rustup.rs | bash -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"
RUN git clone https://github.com/potassco/fzn2lp.git && \
cd fzn2lp && \
git checkout v0.1.4 && \
git checkout v0.1.5 && \
cargo build --release && \
mkdir -p /install/bin && \
cp target/release/fzn2lp /install/bin/
Expand Down

0 comments on commit 84cecfc

Please sign in to comment.