Update .gitea/workflows/ci_meson.yaml
Some checks failed
Ubuntu Cross to Win64 / Cross Compile with ming64 (1.4.0, ubuntu-latest) (push) Failing after 1m15s
Some checks failed
Ubuntu Cross to Win64 / Cross Compile with ming64 (1.4.0, ubuntu-latest) (push) Failing after 1m15s
This commit is contained in:
parent
8c5b87f1de
commit
63c86fc79d
@ -26,16 +26,12 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: https://gitea.com/ScMi1/checkout@v1
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- name: Install PIP Dependencies
|
||||
run: python -m pip install meson==${{ matrix.meson_version }} ninja
|
||||
- name: Install APT Dependencies
|
||||
run: |
|
||||
apt update -y
|
||||
apt install -y cmake clang build-essential libwayland-dev libxkbcommon-dev xorg-dev mingw-w64 wine-stable
|
||||
apt install -y python3-pip cmake clang build-essential libwayland-dev libxkbcommon-dev xorg-dev mingw-w64 wine-stable
|
||||
- name: Install PIP Dependencies
|
||||
run: python -m pip install meson==${{ matrix.meson_version }} ninja
|
||||
- name: Configure Project
|
||||
run: |
|
||||
chmod +x ./scripts/download_dxc_cross.sh
|
||||
|
Loading…
Reference in New Issue
Block a user