Skip to content

Commit

Permalink
Fix syntax in workflow scala.yml?
Browse files Browse the repository at this point in the history
  • Loading branch information
reidspencer committed Jan 12, 2025
1 parent 34dd761 commit bf0b068
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ jobs:
- name: Set Up SBT
uses: sbt/setup-sbt@v1

- name: Install LLVM and Clang
run: |
sudo apt-get update && sudo apt-get install -y clang llvm
echo CLANG: `which clang`
echo LD64.LLD: `which ld64.lld`
echo LLD: `which lld`
clang --version
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
Expand All @@ -50,6 +42,14 @@ jobs:
- name: Coursier Caching
uses: coursier/cache-action@v6

- name: Install LLVM and Clang
run: |
sudo apt-get update && sudo apt-get install -y clang llvm
echo CLANG: `which clang`
echo LD64.LLD: `which ld64.lld`
echo LLD: `which lld`
clang --version
- name: Install curl dev dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit bf0b068

Please sign in to comment.