Skip to content

Commit

Permalink
WIP: try sourcing
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 28, 2023
1 parent 50e722b commit 490aba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:
- run: apt-get update
- run: apt -y install clang gcc-arm-embedded gcc-multilib make git wget unzip python3.8 python3.8-distutils python3.8-venv
- run: python3.8 -m venv ./venv
- run: . venv/bin/activate
- run: source ./venv/bin/activate
- run: make -f ./targets/os/riot/Makefile.travis install-noapt
- run: make -f ./targets/os/riot/Makefile.travis script

Expand Down
2 changes: 2 additions & 0 deletions tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
import sys
import settings

print(sys.version)

def default_toolchain():
# We don't have default toolchain on Windows and os.uname() isn't supported.
if sys.platform == 'win32':
Expand Down

0 comments on commit 490aba4

Please sign in to comment.