Skip to content

Commit

Permalink
Update attestation-server-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanrags authored Jan 3, 2025
1 parent cc74036 commit fe193a5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/attestation-server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
echo attestation-server-version ${{github.event.inputs.attestation-server-version}}
- name: Install Nix
uses: cachix/install-nix-action@v30
- name: attic setup
run: nix build -vL github:zhaofengli/attic#attic-client && cp ./result/bin/attic . && ./attic login marlin https://nix-cache.marlin.org ${{secrets.ATTIC_TOKEN}}
- name: attic
run: ./attic watch-store oyster &
- name: Cachix
uses: cachix/cachix-action@v15
with:
name: oyster
authToken: ${{secrets.CACHIX_AUTH_TOKEN}}
- name: build
run: nix build -vL --accept-flake-config github:marlinprotocol/oyster-monorepo?rev=${{github.event.inputs.revision}}#musl.attestation.server.default
- name: sleep so attic can upload
run: sleep 10s

0 comments on commit fe193a5

Please sign in to comment.