Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Oct 7, 2024
1 parent 1c06a70 commit d47d988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Prepare Ubuntu tools
run: |
sudo apt update
sudo apt-get install -y libboost-dev libsodium-dev
sudo apt-get install -y libboost-dev libboost-system-dev libboost-date-time-dev libsodium-dev
- name: Checkout code
uses: actions/checkout@master
- name: Test
Expand Down

0 comments on commit d47d988

Please sign in to comment.