Skip to content

Commit b1884cb

Browse files
committed
Update release.yml
1 parent 0185bea commit b1884cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
required: true
99
default: '1.0.0'
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
build-and-upload:
1316
name: Build for ${{ matrix.os }}
@@ -37,7 +40,6 @@ jobs:
3740
with:
3841
targets: ${{ matrix.target }}
3942

40-
# Install Linux dependencies required by egui/eframe
4143
- name: Install Linux dependencies
4244
if: runner.os == 'Linux'
4345
run: sudo apt-get update; sudo apt-get install -y libxkbcommon-dev libvulkan-dev libwayland-dev xorg-dev

0 commit comments

Comments
 (0)