Skip to content

Commit

Permalink
run on x64 runner and assume clang-format is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatos committed Apr 15, 2024
1 parent 7f9c6d9 commit 82146e5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pr-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
code_formatter:
runs-on: [self-hosted, ARM64]
runs-on: [self-hosted, X64]
# Temporary block comment for testing
# if: github.repository == 'FEX-Emu/FEX'
# ^
Expand Down Expand Up @@ -54,11 +54,6 @@ jobs:
echo "Formatting files:"
echo "$CHANGED_FILES"
- name: Install clang-format
uses: aminya/setup-cpp@v1
with:
clangformat: 16.0.6

- name: Setup Python env
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 82146e5

Please sign in to comment.