Skip to content

Commit

Permalink
Sync submodules, update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
attah committed Aug 19, 2023
1 parent 8096a41 commit 7ff0699
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: update submodules
run: git submodule sync --recursive && git submodule update --init --force --recursive --depth=1
- name: install dependencies
Expand Down
2 changes: 1 addition & 1 deletion bytestream
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LDFLAGS = -ldl -Wl,--export-dynamic
CXXFLAGS = -std=c++11 -g -pedantic -Wall -Werror -Wextra -I ../bytestream
CXXFLAGS = -std=c++17 -g -pedantic -Wall -Werror -Wextra -I ../bytestream
TEST_INCLUDES = -I ../lib -I ../bytestream/minitest -I ../bytestream/minitest/tests

VPATH = ../bytestream ../lib
Expand Down

0 comments on commit 7ff0699

Please sign in to comment.