diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-10-24 09:42:16 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-10-24 09:42:16 +0200 |
commit | 4ffa47d897ec1a9d5482e73e9397c048299013fe (patch) | |
tree | a1b16decb9d3e52d178feb087c4853dfd8cf1daa /.github/workflows | |
parent | 010b2e5ecf53fd1a8bbcfe208dca1d07bd4d5507 (diff) | |
download | nextpnr-4ffa47d897ec1a9d5482e73e9397c048299013fe.tar.gz nextpnr-4ffa47d897ec1a9d5482e73e9397c048299013fe.tar.bz2 nextpnr-4ffa47d897ec1a9d5482e73e9397c048299013fe.zip |
Fix python version in CI
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/arch_ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/arch_ci.yml b/.github/workflows/arch_ci.yml index dfeb2f9f..459a770c 100644 --- a/.github/workflows/arch_ci.yml +++ b/.github/workflows/arch_ci.yml @@ -25,7 +25,8 @@ jobs: submodules: recursive - uses: actions/setup-python@v4 - + with: + python-version: '3.10' - name: Install run: | sudo apt-get update |