Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Sep 5, 2024
1 parent ea14a08 commit c814fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
compile-ccm-bin:
name: Compile CCM and Store
name: Compile CCM and store in cache
runs-on: ubuntu-latest
steps:
- name: Check CCM binary
Expand All @@ -39,7 +39,7 @@ jobs:
python -m nuitka --onefile --standalone --output-filename=ccm $CCM_BIN
mv ./ccm $CCM_BIN
- name: Save CCM binary
- name: Save CCM binary into cache
if: success()
uses: actions/cache/save@v4
with:
Expand Down

0 comments on commit c814fae

Please sign in to comment.