Skip to content

Commit

Permalink
Review Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
CanerKaraca23 committed Mar 23, 2024
1 parent a8fb1a1 commit e72d076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-kernel-arcvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo ln -s --force python3 /usr/bin/python
export LLVM_VERSION=18
export LLVM_VERSION=12
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh $LLVM_VERSION
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wsa-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
uses: actions/cache@v4
with:
path: ./llvm
key: llvm-18.1.2
key: llvm-12.0.1

- name: Setup LLVM
uses: KyleMayes/install-llvm-action@v1
with:
version: "18.1.2"
version: "12.0.1"
force-version: true
ubuntu-version: "22.04"
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
Expand Down

0 comments on commit e72d076

Please sign in to comment.