Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Jun 10, 2024
1 parent 9a1a146 commit 1c21ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .actions/build-linux-gcc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
${CC} --version

# Build and install libfido2.
for T in Debug Release; do
for T in Debug; do
mkdir build-$T
(cd build-$T && cmake -DCMAKE_BUILD_TYPE=$T ..)
make -j"$(nproc)" -C build-$T
Expand Down

0 comments on commit 1c21ee9

Please sign in to comment.