Skip to content

Commit 7850e0b

Browse files
committed
Update release action
1 parent ee4ce7e commit 7850e0b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@ jobs:
4040
with:
4141
key: ${{ matrix.target }}
4242

43-
- name: Install Linux dependencies
44-
if: matrix.os == 'ubuntu-latest'
45-
run: |
46-
sudo apt-get update
47-
sudo apt-get install -y libgtk-3-dev
48-
4943
- name: Build
5044
run: cargo build --release --target ${{ matrix.target }}
45+
46+
- name: List
47+
run: ls target

0 commit comments

Comments
 (0)