Skip to content

Commit

Permalink
Workflow dependencies, trying to get it working.
Browse files Browse the repository at this point in the history
  • Loading branch information
XenithMusic committed Nov 24, 2024
1 parent dc40299 commit be8f085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install apt_dependencies
run: sudo apt install python3 grub-pc
run: sudo apt install python3 grub-pc build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libisl-dev
# - name: configure
# run: ./configure
- name: clone i686-elf-tools
Expand Down

0 comments on commit be8f085

Please sign in to comment.