Skip to content

Commit

Permalink
WIP: test if it works in ubuntu-18.04 container on top of ubuntu-latest
Browse files Browse the repository at this point in the history
JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
  • Loading branch information
matetokodi committed Nov 27, 2023
1 parent 01287aa commit b12be27
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,16 +275,13 @@ jobs:

# TODO: update to ubuntu-22.04
MbedOS_K64F_Build_Test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container: ubuntu:18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '==3.8'
- run: python -m pip install --upgrade pip
- run: pip install setuptools
- run: sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
- run: sudo apt update
- run: sudo apt install gcc-arm-none-eabi mercurial
- run: sudo apt install gcc-arm-embedded python3-setuptools mercurial
- run: make -f ./targets/os/mbedos/Makefile.travis install
- run: make -f ./targets/os/mbedos/Makefile.travis script

Expand Down

0 comments on commit b12be27

Please sign in to comment.