diff options
| author | microDev <70126934+microDev1@users.noreply.github.com> | 2021-01-12 18:28:38 +0530 |
|---|---|---|
| committer | microDev <70126934+microDev1@users.noreply.github.com> | 2021-01-12 18:28:38 +0530 |
| commit | cd16f29efdc2df4544ffcccca5ae227be2f816ba (patch) | |
| tree | 8a90c5519f5b478d72d1647f7a537918bb543fdd /.github | |
| parent | 5f448139e0c5972def8a8f138cd29afd1e9222f8 (diff) | |
| parent | 047708e36e67beee14771120296cdf758f00601d (diff) | |
Merge branch 'main' into TouchAlarm
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 4 |
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 |
