-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The image does not contain any longer Wrapland. Instead install it directly from the latest artifact.
- Loading branch information
Showing
3 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# SPDX-FileCopyrightText: 2024 Roman Gilg <[email protected]> | ||
# SPDX-License-Identifier: MIT | ||
name: Specialized Install Dependency via Artifact | ||
description: Calls into more generic dep-artifact-generic to install dependency | ||
inputs: | ||
secret: | ||
description: Secret | ||
required: true | ||
runs: | ||
using: "composite" | ||
steps: | ||
- name: Install Wrapland | ||
uses: ./.github/actions/dep-artifact-generic | ||
with: | ||
repo: winft/wrapland | ||
dep-name: wrapland | ||
secret: ${{ inputs.secret }} | ||
- name: Install The Compositor Modules | ||
uses: ./.github/actions/dep-artifact-generic | ||
with: | ||
repo: winft/como | ||
dep-name: como | ||
secret: ${{ inputs.secret }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters