Skip to content

Commit

Permalink
chore: sync with ecsact_common
Browse files Browse the repository at this point in the history
  • Loading branch information
seaubot committed Nov 29, 2024
1 parent 7a10dbb commit 2f8eea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.0
7.4.1
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ jobs:
- uses: actions/checkout@v4
- uses: greut/eclint-action@v0
- uses: jidicula/[email protected]
with: { clang-format-version: "18" }
with: { clang-format-version: "19" }

test-windows:
if: >-
(github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'seaubot'))
|| (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'seaubot')
|| contains(github.event.pull_request.labels.*.name, 'ci:always')
runs-on: windows-latest
steps:
- name: Setup Wasmer
uses: wasmerio/[email protected]
- uses: actions/cache@v4
with:
path: |
Expand All @@ -48,10 +47,9 @@ jobs:
if: >-
(github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'seaubot'))
|| (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'seaubot')
|| contains(github.event.pull_request.labels.*.name, 'ci:always')
runs-on: ubuntu-latest
steps:
- name: Setup Wasmer
uses: wasmerio/[email protected]
- uses: actions/cache@v4
with:
path: |
Expand Down

0 comments on commit 2f8eea0

Please sign in to comment.