Skip to content

Commit

Permalink
Revert "Build maven in offline mode"
Browse files Browse the repository at this point in the history
This reverts commit a641cce.
  • Loading branch information
Baltoli committed Mar 13, 2024
1 parent a641cce commit 3758375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ make -j$(nproc) install
popd

pushd matching
mvn package --offline
mvn package
popd

export PATH="$(realpath ./build/install/bin):$(realpath ./build/bin):/usr/lib/llvm-15/bin:$PATH"
Expand Down

0 comments on commit 3758375

Please sign in to comment.