fix github action for creating a release
This commit is contained in:
parent
43a3e81e73
commit
0c73fe2c1c
|
@ -4,6 +4,9 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
board: [dedede, octopus, coral, grunt]
|
||||
|
|
|
@ -124,7 +124,7 @@ sudo resize2fs /dev/mmcblk1p4
|
|||
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:
|
||||
```
|
||||
sudo apt install libglx-amber0 libegl-amber0
|
||||
echo "MESA_LOADER_DRIVER_OVERRIDE=i965" >> /etc/environment
|
||||
echo "MESA_LOADER_DRIVER_OVERRIDE=i965" | sudo tee -a /etc/environment
|
||||
```
|
||||
You may need to change `i965` to `i915` (or `r100`/`r200` for AMD hardware), depending on what GPU you have.
|
||||
|
||||
|
|
Loading…
Reference in New Issue