Skip to content

Commit

Permalink
two typos in ci action.
Browse files Browse the repository at this point in the history
  • Loading branch information
e253 committed Jul 25, 2024
1 parent 006ccc1 commit 45bd8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# no caching for apt, but these tools are only needed for openclc dependencies
# only install if the build-deps cache misses
- name: Install APT Dependencies
if: '!steps.llvm-build-cache.output.cache-hit'
if: '!steps.llvm-build-cache.outputs.cache-hit'
run: |
chmod +x ./llvm.sh
sudo ./llvm.sh 18 all
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Build OpenCLC
run: |
chmod +x build-openclc.sh
./build-openclc.sh ${{ matrix.target }} ${{ matrix.mcpu }}
./build-openclc.sh ${{ matrix.target }} ${{ matrix.mcpu }} Release
./release.sh ${{ matrix.target }} ${{ matrix.mcpu }}
- name: Release
Expand Down

0 comments on commit 45bd8dd

Please sign in to comment.