Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Princess-org/Princess
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorious3 committed Feb 9, 2024
2 parents a7833b8 + 120975f commit 4aaa123
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
keys-asc: https://apt.llvm.org/llvm-snapshot.gpg.key
update: true
install: clang-16 llvm-16
- name: Update Alternatives
run: |
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100
sudo update-alternatives --set clang /usr/bin/clang-16
- name: Python 3.9 Time
uses: actions/[email protected]
with:
Expand All @@ -33,3 +37,4 @@ jobs:
- name: Do the thing
run: |
python3.9 travis.py

0 comments on commit 4aaa123

Please sign in to comment.