aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-04 12:23:34 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-04 12:23:34 -0600
commit9ab7620d5b905f07a41d26edd1255b9b606cd330 (patch)
tree49222a424cc94943344535bc92634b907f6aa473 /.gitlab-ci.yml
parentea081ad6aac58fc52a16712c9463ddc3d86db6b5 (diff)
downloadmakers-9ab7620d5b905f07a41d26edd1255b9b606cd330.tar.gz
makers-9ab7620d5b905f07a41d26edd1255b9b606cd330.zip
😔
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62efa0c..da1eb35 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,7 @@ full-test-cpython:
- mkdir ~/cpython
- cd ~/cpython
- wget https://www.python.org/ftp/python/3.9.3/Python-3.9.3.tar.xz
- - tar xf Python-*.tar.gz
+ - tar xf Python-*.tar.xz
- cd Python-*/
- ./configure
- makers