Skip to content

Commit

Permalink
added correct boost link
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 2, 2024
1 parent 6b85057 commit af155fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scripts/install_boost.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

wget --no-check-certificate 'https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.tar.gz'
tar xf boost_1_82_0.tar.gz
cd boost_1_82_0
wget --no-check-certificate 'https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.gz'
tar xf boost_1_84_0.tar.gz
cd boost_1_84_0
./bootstrap.sh

# Compile with fPIC flag
Expand Down
2 changes: 0 additions & 2 deletions include/loki/common/pddl/scope.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
#include <optional>
#include <deque>

#include <iostream>


namespace loki {

Expand Down

0 comments on commit af155fc

Please sign in to comment.