Skip to content

Commit aa3e45a

Browse files
committed
.
1 parent 8a0122b commit aa3e45a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/build.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
CC: ${{ matrix.compiler }}
1919
steps:
2020
- uses: actions/checkout@v3
21-
- run: make XBASE1=1
21+
- run: make
2222
- run: lscpu
23-
# - run: ./tb64app -v1
24-
- run: ./tb64app -e34,35,39 -B50K NULL -I16 -J16
23+
- run: ./tb64app -v1
2524

2625
macos:
2726
runs-on: '${{ matrix.os }}'

0 commit comments

Comments
 (0)