Skip to content

Commit 2ec1ec1

Browse files
committed
Update README
1 parent 4732d5f commit 2ec1ec1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Up-to-date AVR GNU GCC Toolchain from source
22

3-
[![CircleCI](https://circleci.com/gh/modm-ext/docker-avr-gcc.svg?style=svg)](https://circleci.com/gh/modm-ext/docker-avr-gcc)
4-
53
## Installation
64

75
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
4947

5048
The toolchain will be in `/opt/avr-gcc`.
5149

52-
## Building in CircleCI
50+
## Building in Github Actions
5351

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
5755
[Releases](https://github.com/modm-ext/docker-avr-gcc/releases).

0 commit comments

Comments
 (0)