Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Dec 3, 2023
1 parent 242b1a1 commit 1dfc953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gen_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
includes.append({"dir": "2022", "target": "day19"})

matrix = {
"compiler": ["clang++", "g++"],
# "compiler": ["clang++", "g++"],
}
print("matrix-combinations=" + json.dumps({**matrix, "include": includes}))
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
- name: Build targets
run: |
cd ${{ matrix.dir }}
make -j2 CXX=${{ matrix.compiler }} DISABLE_BEAR=TRUE build/release/${{ matrix.target }} build/debug/${{ matrix.target }}
make -j2 DISABLE_BEAR=TRUE build/release/${{ matrix.target }} build/debug/${{ matrix.target }}

0 comments on commit 1dfc953

Please sign in to comment.