Skip to content

Commit

Permalink
Bump magic enum used for ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Aug 25, 2024
1 parent 5664c53 commit 3b7e345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install magic enum
run: |
sudo wget https://raw.githubusercontent.com/Neargye/magic_enum/87190b8/include/magic_enum.hpp -O /usr/include/magic_enum.hpp
sudo wget https://raw.githubusercontent.com/Neargye/magic_enum/v0.9.6/include/magic_enum/magic_enum.hpp -O /usr/include/magic_enum.hpp
- name: Install CsLibGuarded
run: |
Expand Down

0 comments on commit 3b7e345

Please sign in to comment.