Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
zkytony committed Mar 7, 2024
1 parent 0b5390f commit ea457cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
# build pomdp-solve
sudo apt-get update
sudo apt-get install -y autoconf automake libtool
commit_hash=4f5d399f260f7789bc1d95baab069eef5c93aaf9
git clone https://github.com/cassandra/pomdp-solve.git thirdparty/pomdp-solve
cd thirdparty/pomdp-solve
cd thirdparty/pomdp-solve && git checkout $commit_hash
./configure
make
- name: Install dependencies
Expand Down

0 comments on commit ea457cb

Please sign in to comment.