Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SKTT1Ryze committed Oct 30, 2023
1 parent 0933a61 commit db62e88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/runtime_cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
uses: KyleMayes/install-llvm-action@v1
with:
version: "13.0"
- name: Install Libs
run: sudo apt install libncurses5
- name: Execute C++ Runtime
run: make && ./build/runtime
working-directory: ./runtime-cc

0 comments on commit db62e88

Please sign in to comment.