Commit 081a787
committed
fix(ci): mkdir -p /var/lib/dbus before writing machine-id
The flatpak-github-actions container does not have /var/lib/dbus,
causing tee to fail with 'No such file or directory'. Create the
directory before writing the machine-id.
Assisted-by: Claude Sonnet 4.6 via OpenCode1 parent c70a6f1 commit 081a787
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