We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0185bea commit b1884cbCopy full SHA for b1884cb
1 file changed
.github/workflows/release.yml
@@ -8,6 +8,9 @@ on:
8
required: true
9
default: '1.0.0'
10
11
+permissions:
12
+ contents: write
13
+
14
jobs:
15
build-and-upload:
16
name: Build for ${{ matrix.os }}
@@ -37,7 +40,6 @@ jobs:
37
40
with:
38
41
targets: ${{ matrix.target }}
39
42
- # Install Linux dependencies required by egui/eframe
43
- name: Install Linux dependencies
44
if: runner.os == 'Linux'
45
run: sudo apt-get update; sudo apt-get install -y libxkbcommon-dev libvulkan-dev libwayland-dev xorg-dev
0 commit comments