Skip to content

Commit

Permalink
-x -e
Browse files Browse the repository at this point in the history
  • Loading branch information
orestonce committed Aug 6, 2024
1 parent b72de70 commit 12913c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
go-version: 1.18 # optional
- name: build
run: |
set -x
set -e
go mod tidy
go run export/main.go create-qt-lib arm64 c-shared
cd m3u8d-qt && qmake && make && cd ..
Expand All @@ -92,6 +94,8 @@ jobs:
go-version: 1.18 # optional
- name: build
run: |
set -x
set -e
go mod tidy
go run export/main.go create-qt-lib amd64 c-shared
cd m3u8d-qt && qmake && make && cd ..
Expand Down

0 comments on commit 12913c2

Please sign in to comment.