Skip to content

Commit

Permalink
fix: install clang as cc
Browse files Browse the repository at this point in the history
  • Loading branch information
RadioNoiseE committed Dec 10, 2024
1 parent 41549e2 commit 0eb2132
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Clang
run: |
sudo apt-get update
sudo apt-get install -y clang
- name: Compile Inplace
uses: xu-cheng/texlive-action@v2
with:
Expand Down

0 comments on commit 0eb2132

Please sign in to comment.