Skip to content

Commit

Permalink
fix static checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Daylily-Zeleen committed Jul 29, 2023
1 parent 2b0175b commit 18ab601
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
python -c "import sys; print(sys.version)"
python -m pip install scons==4.4.0
scons --version
- name: Setup clang-format
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:

- name: Upload ${{ matrix.target }} ${{ matrix.arch }}
uses: ./.github/actions/upload

4 changes: 2 additions & 2 deletions .github/workflows/macos_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true

- name: Build ${{ matrix.target }} ${{ matrix.arch }}
uses: ./.github/actions/build
with:
sconsflags: ${{ env.SCONSFLAGS }}
arch: ${{ matrix.arch }}
platform: macos
target: ${{ matrix.target }}

- name: Sign frameworks
shell: pwsh
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:

- name: Upload ${{ matrix.target }} ${{ matrix.arch }}
uses: ./.github/actions/upload

0 comments on commit 18ab601

Please sign in to comment.