summaryrefslogtreecommitdiff
path: root/.github/workflows/pre-commit.yml
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2021-01-14 10:21:08 -0500
committerLucian Copeland <hierophect@gmail.com>2021-01-14 10:21:08 -0500
commit287770f8854ea20120f544e5d7aac55d2e980cba (patch)
tree78b8abe435bd291a879c3c71417f60bea3504af4 /.github/workflows/pre-commit.yml
parent37a8c1c57518ac35724ee026cdf6f2f2871aaea2 (diff)
parent47015d778944d8f30d45c76446d4a1dc4ad66a45 (diff)
Merge remote-tracking branch 'upstream/main' into esp-tcpserver
Diffstat (limited to '.github/workflows/pre-commit.yml')
-rw-r--r--.github/workflows/pre-commit.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 8caf56d26..af62072c8 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -15,6 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
+ - name: Install deps
+ run: sudo apt-get update && sudo apt-get install -y gettext
+ - name: Populate selected submodules
+ run: git submodule update --init extmod/ulab
- name: set PY
run: echo >>$GITHUB_ENV PY="$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
- uses: actions/cache@v1