Bugs galore
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Details
This commit is contained in:
parent
7ca1d0b34e
commit
cd2355fb40
|
@ -21,12 +21,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev
|
apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev
|
||||||
- name: Rust setup
|
|
||||||
uses: dtolnay/rust-toolchain@stable
|
|
||||||
- name: Install windows cross-compiling deps
|
- name: Install windows cross-compiling deps
|
||||||
run: apt install -y nsis lld llvm
|
run: apt install -y nsis lld llvm
|
||||||
- name: And allow rust to work with them
|
- name: Install rust and allow it to work with the crosscompiler stuff.
|
||||||
|
# has to be done all together because of https://github.com/rust-lang/rustup/issues/1239
|
||||||
run: |
|
run: |
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
rustup target add x86_64-pc-windows-msvc
|
rustup target add x86_64-pc-windows-msvc
|
||||||
cargo install xwin
|
cargo install xwin
|
||||||
xwin --accept-license --disable-symlinks splat --output ~/.xwin
|
xwin --accept-license --disable-symlinks splat --output ~/.xwin
|
||||||
|
@ -44,7 +44,6 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- name: List files in the repository
|
- name: Try building all the apps
|
||||||
run: |
|
run: bash buildall.sh
|
||||||
ls ${{ gitea.workspace }}
|
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
Loading…
Reference in New Issue