Skip to content

Commit

Permalink
Run simulator on custom nix runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed May 27, 2024
1 parent ccf1530 commit ce9ec15
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,14 @@ jobs:
working-directory: sw/legacy/build

simulator:
runs-on: ubuntu-latest
runs-on: nixos-23.11

steps:
- uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v24
uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-23.11
extra_nix_config: |
substituters = https://nix-cache.lowrisc.org/public/ https://cache.nixos.org/
trusted-public-keys = nix-cache.lowrisc.org-public-1:O6JLD0yXzaJDPiQW1meVu32JIDViuaPtGDfjlOopU7o= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
Expand Down

0 comments on commit ce9ec15

Please sign in to comment.