Skip to content

Commit

Permalink
Keep XC8 at v1.34
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Jeandeau <[email protected]>
  • Loading branch information
usimd and jeandeaual committed Jun 8, 2021
1 parent 09743f1 commit 3f7fde1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:20.04

ARG MPLABX_VERSION=5.45
ARG XC8_VERSION=2.20
ARG XC8_VERSION=1.34

# Install the dependencies
# See https://microchipdeveloper.com/install:mplabx-lin64
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This action will build a MPLAB X / XC8 project.
It runs on Linux Ubuntu 20.04 and uses:

* [MPLAB X](https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-x-ide) v5.45
* [XC8](https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-xc-compilers) v2.20
* [XC8](https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-xc-compilers) v1.34

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo "Building project $1:$2 with MPLAB X v5.45 and XC8 v2.20"
echo "Building project $1:$2 with MPLAB X v5.45 and XC8 v1.34"

set -x -e

Expand Down

0 comments on commit 3f7fde1

Please sign in to comment.