Skip to content

Commit

Permalink
qip:wq
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Mar 21, 2024
1 parent 1fa740b commit 27ce953
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
apt-get install -q -y "${{ matrix.cxx_compiler }}" make
apt-get install -q -y gcc
run: |
g++-8 --version
make FEATURE=${{ matrix.arch_with_features.feature }} check
host-win-msvc:
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ deps := $(OBJS:%.o=%.o.d)

.SUFFIXES: .o .cpp
.cpp.o:
$(CXX) --version
$(CXX) -o $@ $(CXXFLAGS) -c -MMD -MF $@.d $<

EXEC = tests/main
Expand Down

0 comments on commit 27ce953

Please sign in to comment.