Skip to content

Commit

Permalink
Attempt CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Dec 10, 2024
1 parent 8a284e6 commit 0f728f7
Showing 1 changed file with 10 additions and 24 deletions.
34 changes: 10 additions & 24 deletions .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,22 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# 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
- uses: actions/checkout@v3

- name: setup node
uses: actions/setup-node@v1
with:
node-version: 20.12.2

- 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
- name: install Rust stable
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -123,23 +126,6 @@ jobs:
libsoup-3.0 \
webkit2gtk-4.1
- uses: cachix/cachix-action@v15
with:
name: holochain-ci

- uses: cachix/cachix-action@v15
with:
name: darksoil-studio

- 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: |
nix develop --accept-flake-config .#pnpm --command bash -c "pnpm install"
- name: Download release of the .happ
uses: robinraju/[email protected]
env:
Expand Down

0 comments on commit 0f728f7

Please sign in to comment.