Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesnicholson committed Dec 29, 2023
1 parent 3f6b2c6 commit d4759f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:

strategy:
matrix:
architecture: [32, 64]
compiler:
- { name: "clang", env: "CC=clang CXX=clang++" }
- { name: "gcc", env: "CC=gcc CXX=g++" }
architecture: [32, 64]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d4759f1

Please sign in to comment.