Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Nov 15, 2023
1 parent ee07d32 commit 58126fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,10 @@ jobs:
extensions: none, opcache
env:
phpts: ts
debug: true
-
name: Set CGO flags
run: |
echo "CGO_CFLAGS=$(php-config --includes)" >> "$GITHUB_ENV"
- run: |
sudo apt install gdb
mkdir -p /home/runner/.config/gdb/
printf "set auto-load safe-path /\nhandle SIG34 nostop noprint pass" > /home/runner/.config/gdb/gdbinit
- uses: mxschmitt/action-tmate@v3
env:
GOFLAGS: "-w -gcflags=all=-N -gcflags=all=-l"
-
name: Build
run: go build
Expand Down

0 comments on commit 58126fd

Please sign in to comment.