Skip to content

Commit

Permalink
#2111 - Change command for "Compile Stub Porject" step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Mar 7, 2021
1 parent 8aa058d commit 6c3bc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
CXXFLAGS="-O0 -ggdb -fprofile-arcs -ftest-coverage"
# Export variables in the subshell to not shadow global variables
( export LDFLAGS CFLAGS CXXFLAGS; zephir compile ) || false
( export LDFLAGS CFLAGS CXXFLAGS; zephir fullclean && zephir generate && cd ext/ && ./install ) || false
- name: Setup Problem Matchers for PHPUnit
run: echo ::add-matcher::${{ runner.tool_cache }}/phpunit.json
Expand Down

0 comments on commit 6c3bc50

Please sign in to comment.