diff options
author | Chris Packham <judge.packham@gmail.com> | 2021-08-06 08:42:01 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 08:42:01 +1200 |
commit | f322679392930d55fb8a50e7223f39d4bbaeaf3e (patch) | |
tree | 581840fc6962059f28729fc355eddc95b00de026 | |
parent | d47b234152980a09196355b77a12cb425f3f1d2e (diff) | |
parent | 4a6408cc2439f14a86edefb41874b4da28182099 (diff) | |
download | crosstool-ng-f322679392930d55fb8a50e7223f39d4bbaeaf3e.tar.gz crosstool-ng-f322679392930d55fb8a50e7223f39d4bbaeaf3e.tar.bz2 crosstool-ng-f322679392930d55fb8a50e7223f39d4bbaeaf3e.zip |
Merge pull request #1571 from cpackham/avr-ci
CI: Add avr target
-rw-r--r-- | .github/workflows/continuous-integration-workflow.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 16f24024..b9cc9e92 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -106,6 +106,7 @@ jobs: "arm-unknown-linux-gnueabi", "arm-unknown-linux-musleabi", "armv6-nommu-linux-uclibcgnueabi", + "avr", "mips-unknown-elf", "mips64-unknown-linux-gnu", "powerpc-unknown-linux-gnu", |