diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-16 00:15:20 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-16 00:15:20 +0000 |
| commit | c941a87118b8e1686b77d5837d59aa1cb479f4c9 (patch) | |
| tree | 9c4c6112f0e1df0b2a5b826a77ef898b08ff9ee4 | |
| parent | add shell command (diff) | |
| download | TCPD-c941a87118b8e1686b77d5837d59aa1cb479f4c9.tar.gz TCPD-c941a87118b8e1686b77d5837d59aa1cb479f4c9.zip | |
Install python
| -rw-r--r-- | .github/workflows/validate.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d18a3c6..4bec4c8 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -12,6 +12,11 @@ jobs: run: sudo apt-get update && sudo apt-get install build-essential shell: bash + - name: Install Python 3.6 + uses: actions/setup-python@v2 + with: + python-version: '3.6' + - name: Checkout code uses: actions/checkout@v2 |
