Skip to content

Commit ceeb64c

Browse files
committed
[ci, simulator] Drop nix installation
Nix don't need to be installed in a nixos machine.
1 parent 3b7836e commit ceeb64c

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v4
6161

62-
- name: Install Nix
63-
uses: cachix/install-nix-action@v27
64-
with:
65-
extra_nix_config: |
66-
substituters = https://nix-cache.lowrisc.org/public/ https://cache.nixos.org/
67-
trusted-public-keys = nix-cache.lowrisc.org-public-1:O6JLD0yXzaJDPiQW1meVu32JIDViuaPtGDfjlOopU7o= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
68-
6962
- name: Setup Cache
7063
if: github.event_name != 'pull_request'
7164
run: |

.github/workflows/site.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
url: ${{ steps.deployment.outputs.page_url }}
3030
runs-on: nixos
3131
steps:
32-
- name: Install Nix
33-
uses: cachix/install-nix-action@v27
34-
with:
35-
extra_nix_config: |
36-
substituters = https://nix-cache.lowrisc.org/public/ https://cache.nixos.org/
37-
trusted-public-keys = nix-cache.lowrisc.org-public-1:O6JLD0yXzaJDPiQW1meVu32JIDViuaPtGDfjlOopU7o= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
3832
- name: Checkout
3933
uses: actions/checkout@v4
4034
- name: Build Documentation

0 commit comments

Comments
 (0)