Skip to content

Commit

Permalink
Update ubuntu.yml
Browse files Browse the repository at this point in the history
update cmake flags.
  • Loading branch information
wildone authored Jun 29, 2021
1 parent 503d92a commit 122e267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v2

- name: Configure
run: cmake -DCMAKE_CXX_FLAGS="-Wno-error=deprecated-copy" -Bbuild
run: CXXFLAGS="-Wno-error=deprecated-copy" cmake -Bbuild

- name: Build
run: cmake --build build -j4
Expand Down

0 comments on commit 122e267

Please sign in to comment.