Commit e1520fb
committed
ci: ARM Linux ランナー向けに xdg-utils を install
ubuntu-22.04-arm の GitHub runner image は xdg-utils を含まず、
tauri-plugin-opener が AppImage バンドル時に xdg-open を embed する
段で `xdg-open binary not found` エラーになり build が落ちていた。
apt install リストに xdg-utils を追加。x86_64 runner では既に入って
いるため重複インストールになるが副作用なし。1 parent c099fc2 commit e1520fb
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
84 | | - | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
0 commit comments