Skip to content

Commit 0c73fe2

Browse files
committed
fix github action for creating a release
1 parent 43a3e81 commit 0c73fe2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-image.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on: [push]
44

55
jobs:
66
build:
7+
permissions:
8+
contents: write
9+
710
strategy:
811
matrix:
912
board: [dedede, octopus, coral, grunt]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ sudo resize2fs /dev/mmcblk1p4
124124
If your kernel version is too old, the standard Mesa drivers will fail to load. Instead, you must download and install the `mesa-amber` drivers. Run the following commands:
125125
```
126126
sudo apt install libglx-amber0 libegl-amber0
127-
echo "MESA_LOADER_DRIVER_OVERRIDE=i965" >> /etc/environment
127+
echo "MESA_LOADER_DRIVER_OVERRIDE=i965" | sudo tee -a /etc/environment
128128
```
129129
You may need to change `i965` to `i915` (or `r100`/`r200` for AMD hardware), depending on what GPU you have.
130130

0 commit comments

Comments
 (0)