Skip to content

Commit

Permalink
Include gd32c1 in nightlies.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Mar 22, 2024
1 parent 2729c84 commit 3ed0cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightlies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
cd gd32-rs
COMMIT=$(git rev-parse HEAD)
make -j2 form
mv gd32f* gd32e* ../nightly
mv gd32c* gd32e* gd32f* ../nightly
cp .github/workflows/README-nightlies.md ../nightly/README.md
cd ../nightly
git config --global init.defaultBranch main
Expand Down

0 comments on commit 3ed0cf6

Please sign in to comment.