Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit f2c9127

Browse files
committed
refac: removed unused code
1 parent 457d27d commit f2c9127

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,14 @@ on:
88
jobs:
99
release:
1010
strategy:
11-
fail-fast: false
11+
fail-fast: true
1212
matrix:
1313
platform: [macos-latest, windows-latest]
1414
runs-on: ${{ matrix.platform }}
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v3
1818

19-
# - name: Install dependencies (ubuntu only)
20-
# if: matrix.platform == 'ubuntu-20.04'
21-
# # You can remove libayatana-appindicator3-dev if you don't use the system tray feature.
22-
# run: |
23-
# sudo apt-get update
24-
# sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev
25-
2619
- name: Rust setup
2720
uses: dtolnay/rust-toolchain@stable
2821

0 commit comments

Comments
 (0)