Skip to content

Commit

Permalink
ci: fix fut use
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS committed Nov 11, 2024
1 parent b2e3e3c commit 1f8d96e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compiler_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

- name: Build Rivet compiler
run: |
wget https://github.com/fusionlanguage/fut/releases/download/fut-3.2.7/fut_3.2.7-1_amd64.deb
sudo dpkg -i fut_3.2.7-1_amd64.deb
sudo apt install libgtk-4-dev
make
./ric -h

0 comments on commit 1f8d96e

Please sign in to comment.