Skip to content

Commit

Permalink
fix(ci): dont pass trace to build frontend (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia authored May 2, 2024
1 parent 3068a48 commit ffa4c40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
with:
tool: dioxus-cli
- name: Build frontend
env:
RUST_LOG: info
run: |
dx build --verbose --profile ${{ (github.event_name == 'release' || github.event_name == 'workflow_dispatch') && 'release' || 'dev' }}
Expand Down

0 comments on commit ffa4c40

Please sign in to comment.