-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9351176
commit def0105
Showing
3 changed files
with
25 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,6 +79,12 @@ jobs: | |
# Checks out a copy of your repository on the ubuntu-latest machine | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Install nix | ||
uses: cachix/install-nix-action@v27 | ||
with: | ||
github_access_token: ${{ secrets.GITHUB_TOKEN }} | ||
nix_path: nixpkgs=channel:nixos-24.05 | ||
|
||
- name: setup node | ||
uses: actions/setup-node@v1 | ||
with: | ||
|
@@ -94,11 +100,6 @@ jobs: | |
if: matrix.args == '--target x86_64-apple-darwin' | ||
run: rustup target add x86_64-apple-darwin | ||
|
||
- name: Setup pnpm | ||
uses: pnpm/action-setup@v3 # docs https://pnpm.io/continuous-integration#github-actions | ||
with: | ||
version: 9.7.0 # Optional: specify a pnpm version | ||
|
||
- name: install Go stable | ||
uses: actions/setup-go@v4 | ||
with: | ||
|
@@ -121,9 +122,14 @@ jobs: | |
libsoup-3.0 \ | ||
webkit2gtk-4.1 | ||
- name: Setup pnpm | ||
uses: pnpm/action-setup@v3 # docs https://pnpm.io/continuous-integration#github-actions | ||
with: | ||
version: 9.7.0 # Optional: specify a pnpm version | ||
|
||
- name: Install and prepare | ||
run: | | ||
pnpm install | ||
nix develop .#pnpm --command bash -c "pnpm install" | ||
- name: Download release of the .happ | ||
uses: robinraju/[email protected] | ||
|
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