Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 5a96c53

Browse files
SergioGasquezjessebraham
authored andcommitted
feat: ✨ Update xtensa-toolchain
1 parent fc4e9cf commit 5a96c53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
env:
1111
CARGO_TERM_COLOR: always
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1213

1314
jobs:
1415
check-riscv:
@@ -52,7 +53,7 @@ jobs:
5253
printer: "jtag_serial"
5354
steps:
5455
- uses: actions/checkout@v2
55-
- uses: esp-rs/xtensa-toolchain@v1.2
56+
- uses: esp-rs/xtensa-toolchain@v1.5
5657
with:
5758
default: true
5859
ldproxy: false

0 commit comments

Comments
 (0)