Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Deprecated the project. Please use gtk4-layer-shell instead #173

Deprecated the project. Please use gtk4-layer-shell instead

Deprecated the project. Please use gtk4-layer-shell instead #173

Workflow file for this run

name: "Build x86"
permissions:
contents: read
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "true"
- uses: ./.github/actions/install_deps
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: rustfmt, clippy
- name: Install gir
working-directory: ./gir
run: |
ls
export PATH=$PATH:/github/home/.cargo/bin
cargo install --force --path .
- uses: ./.github/actions/build_test_commit