File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Up-to-date AVR GNU GCC Toolchain from source
2
2
3
- [ ![ CircleCI] ( https://circleci.com/gh/modm-ext/docker-avr-gcc.svg?style=svg )] ( https://circleci.com/gh/modm-ext/docker-avr-gcc )
4
-
5
3
## Installation
6
4
7
5
Download the latest ` avr-gcc.tar.bz2 ` from [ Releases] ( https://github.com/modm-ext/docker-avr-gcc/releases )
@@ -49,9 +47,9 @@ time ./build.sh
49
47
50
48
The toolchain will be in ` /opt/avr-gcc ` .
51
49
52
- ## Building in CircleCI
50
+ ## Building in Github Actions
53
51
54
- There is a CircleCI job defined in ` .circleci/config.yml ` which builds the
55
- toolchain using the Docker container . For tagged commits, a Github release
56
- will be created with the toolchain put into a downloadable ` .tar.bz2 ` at
52
+ There is a Github Actions job defined in ` .github/workflows/ ` which builds the
53
+ toolchain. For tagged commits, a Github release will be created with the
54
+ toolchain put into a downloadable ` .tar.bz2 ` at
57
55
[ Releases] ( https://github.com/modm-ext/docker-avr-gcc/releases ) .
You can’t perform that action at this time.
0 commit comments