Skip to content

Commit

Permalink
Force CI update (because its hallucinating?? and leading to it not wo…
Browse files Browse the repository at this point in the history
…rking??) and update release libs
  • Loading branch information
gaymeowing committed Aug 20, 2024
1 parent 72e8b0d commit b1c8fa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}


- name: Fetch diff
id: fetch_diff
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: rokit install --no-trust-check

- name: Run test runner
run: lune run scripts/test_runner all
run: lune run scripts/test_runner

Main:
needs: CI
Expand All @@ -58,7 +58,7 @@ jobs:
- uses: CompeyDev/[email protected]
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}

- name: Install Toolchain
run: rokit install --no-trust-check
Expand Down

0 comments on commit b1c8fa0

Please sign in to comment.