Commit c70a6f1
committed
fix(ci): drop sudo in e2e-install machine-id step
The e2e-install job runs inside the flatpak-github-actions container
which does not have sudo installed. The container already runs as root,
so sudo is unnecessary — use dbus-uuidgen and tee directly.
Assisted-by: Claude Sonnet 4.6 via OpenCode1 parent 45a20c5 commit c70a6f1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1057 | 1057 | | |
1058 | 1058 | | |
1059 | 1059 | | |
1060 | | - | |
| 1060 | + | |
1061 | 1061 | | |
1062 | 1062 | | |
1063 | 1063 | | |
| |||
0 commit comments