Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Nov 5, 2024
1 parent 39a0b85 commit 2b8ce7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
Have a file in the repository root with the nightly toolchain version to use.
```bash
$ cat nightly_version
$ cat nightly-version
nightly-2024-04-30
```

Expand All @@ -195,7 +195,7 @@ jobs:
uses: actions/checkout@v4
- name: Read nightly version
id: read_toolchain
run: echo "nightly_version=$(cat nightly_version)" >> $GITHUB_OUTPUT
run: echo "nightly_version=$(cat nightly-version)" >> $GITHUB_OUTPUT

Nightly: # 2 jobs, one per manifest.
name: Test - nightly toolchain
Expand Down

0 comments on commit 2b8ce7c

Please sign in to comment.