File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed
Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 2727 with :
2828 ref : ${{ github.ref }}
2929
30- - name : Setup asdf cache
31- uses : actions/cache@v4
32- with :
33- path : ~/.asdf
34- key : ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
35- restore-keys : |
36- ${{ runner.os }}-asdf-
37-
38- - name : Install asdf
39- uses :
asdf-vm/actions/[email protected] 40- with :
41- asdf_branch : v0.13.1
42-
43- - name : Install zip
44- run : sudo apt-get install zip
45-
4630 - name : Setup Python environment
4731 run : |
4832 poetry install --no-root
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN apt update && \
1313 rm -rf /var/lib/apt/lists/*
1414
1515WORKDIR /root
16- RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.15.0 && \
16+ RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1 && \
1717 echo ". $HOME/.asdf/asdf.sh" >> ~/.bashrc && \
1818 echo ". $HOME/.asdf/completions/asdf.bash" >> ~/.bashrc && \
1919 echo "export ASDF_DIR=$HOME/.asdf" >> ~/.bashrc && \
You can’t perform that action at this time.
0 commit comments