Skip to content

Commit

Permalink
Disable debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Dec 20, 2024
1 parent 48a4e45 commit ce0b315
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ jobs:
uses: "arduino/setup-protoc@v3"
with:
"repo-token": "${{ secrets.GITHUB_TOKEN }}"
- uses: swatinem/rust-cache@v2
with:
key: ${{ join(matrix.targets, '-') }}
cache-provider: ${{ matrix.cache_provider }}
- name: Install dist
run: ${{ matrix.install_dist.run }}
# Get the dist-manifest
Expand Down
2 changes: 1 addition & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ publish-jobs = ["homebrew"]
# Whether to install an updater program
install-updater = true
# Which actions to run on pull requests
pr-run-mode = "upload"
# pr-run-mode = "upload"
# Skip checking whether the specified configuration files are up to date
# allow-dirty = ["ci"]

Expand Down

0 comments on commit ce0b315

Please sign in to comment.