Remove libuuid dependency.

It was added as part of:
https://github.com/ArthurSonzogni/Diagon/issues/26

This was a dependency in ANTLR, but it looks like it has been removed recently:
https://github.com/antlr/antlr4/commit/0b8ed202e38137553364bfd84236c488c9460334

This was found by @petertrotman in
https://github.com/ArthurSonzogni/Diagon/pull/73
This commit is contained in:
ArthurSonzogni
2024-03-25 22:10:54 +01:00
parent 88e365d12b
commit 1e80fb5c3f
3 changed files with 4 additions and 5 deletions
@@ -67,7 +67,7 @@ jobs:
- name: "Install Linux Dependencies"
if: ${{ runner.os == 'Linux' }}
run: sudo apt install libboost-graph-dev uuid-dev
run: sudo apt install libboost-graph-dev
- name: "Install boost for windows"
if: ${{ runner.os == 'Windows' }}
@@ -194,7 +194,7 @@ jobs:
- name: "Install Linux Dependencies"
if: ${{ runner.os == 'Linux' }}
run: sudo apt install libboost-graph-dev uuid-dev
run: sudo apt install libboost-graph-dev
- name: "Install boost for windows"
if: ${{ runner.os == 'Windows' }}