Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
whonore committed Sep 17, 2024
1 parent d2bb2c2 commit e9097cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coq-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v28
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Install Cachix
uses: cachix/cachix-action@v14
uses: cachix/cachix-action@v15
with:
name: coq
skipPush: true
- name: Set up Nix cache
# Only Coq master needs additional caching.
if: ${{ matrix.coq_version == 'master' }}
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Install Coq ${{ matrix.coq_version }}
run: nix-env -j auto --cores 0 -i -f ci/coq.nix --argstr version ${{ matrix.coq_version }}
- name: Install Python ${{ matrix.py_version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vim-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v28
with:
nix_path: nixpkgs=channel:nixos-20.09
- name: Install Cachix
uses: cachix/cachix-action@v14
uses: cachix/cachix-action@v15
with:
name: whonore-vim
skipPush: true
Expand Down

0 comments on commit e9097cd

Please sign in to comment.