We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae97da commit 943f08aCopy full SHA for 943f08a
.github/workflows/ci.yaml
@@ -4,16 +4,16 @@ on:
4
push:
5
jobs:
6
ci:
7
- runs-on: ubuntu-24.04
+ runs-on: ubuntu
8
steps:
9
- name: Checkout this repository
10
- uses: actions/checkout@v2.3.4
+ uses: actions/checkout
11
- name: Cache for arduino-ci
12
- uses: actions/cache@v2.1.3
+ uses: actions/cache
13
with:
14
path: |
15
~/.arduino15
16
key: ${{ runner.os }}-arduino
17
- name: Install nix
18
- uses: cachix/install-nix-action@v12
+ uses: cachix/install-nix-action
19
- run: nix-shell -I nixpkgs=channel:nixpkgs-unstable -p arduino-ci --run "arduino-ci"
0 commit comments