Skip to content

Commit c155c4c

Browse files
committed
Fix
1 parent a000baa commit c155c4c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,6 @@ Contributions are welcome!
1616
GitHub Actions automatically creates builds when new commits are pushed to the `master` branch.
1717
You can download the prebuilt binaries for x86_64 Windows, Linux (Ubuntu), and macOS.
1818

19-
[target.aarch64-unknown-linux-gnu]
20-
image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:edge"
21-
pre-build = [
22-
"dpkg --add-architecture $CROSS_DEB_ARCH",
23-
"apt-get update && apt-get --assume-yes install libgtk-3-dev:$CROSS_DEB_ARCH libssl-dev:$CROSS_DEB_ARCH libasound2-dev:$CROSS_DEB_ARCH"
24-
]
25-
26-
[target.x86_64-unknown-linux-gnu]
27-
image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu:edge"
28-
pre-build = [
29-
"dpkg --add-architecture $CROSS_DEB_ARCH",
30-
"apt-get update && apt-get --assume-yes install libgtk-3-dev:$CROSS_DEB_ARCH libssl-dev:$CROSS_DEB_ARCH libasound2-dev:$CROSS_DEB_ARCH"
31-
]
32-
3319
| Platform |
3420
| ------------------------------------------------------------------------------------------------------------------- |
3521
| [Linux (x86_64)](https://nightly.link/jpochyla/psst/workflows/build/master/psst-gui-x86_64-unknown-linux-gnu.zip) |

0 commit comments

Comments
 (0)