Skip to content

Commit

Permalink
Merge pull request #381 from gearman/esabol-patch-1
Browse files Browse the repository at this point in the history
Fix syntax error in codeql.yml
  • Loading branch information
esabol authored Nov 18, 2023
2 parents 5322075 + fc918f8 commit 0fcbe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: sudo apt-get -o Acquire::Retries=3 -y install tzdata make apt-file software-properties-common libssl-dev build-essential autotools-dev autoconf automake pkgconf libboost-all-dev gperf libevent-dev uuid-dev sphinx-doc sphinx-common libhiredis-dev gcc g++

- name: Build gearmand
- run: |
run: |
./bootstrap.sh -a
CXXFLAGS="-Wp,-D_GLIBCXX_ASSERTIONS"
export CXXFLAGS
Expand Down

0 comments on commit 0fcbe18

Please sign in to comment.