Skip to content

Commit

Permalink
Reorder install steps in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
hakatashi committed Sep 5, 2023
1 parent 72fd840 commit 437fe8a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,13 @@ jobs:
- name: Install Crystal dependencies
run: |
shards install --ignore-crystal-version
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
- name: Install dependencies
run: |
apt-get update
apt-get install python3 libpython3.8 python3-dev python3-pip bash libxml2-dev libxslt-dev build-essential binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev libyaml-dev libgdbm-dev libreadline-dev libncurses5-dev cmake curl wget time -y
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
- name: Install pip dependencies
run: |
python3 -m pip install --upgrade pip
Expand Down

0 comments on commit 437fe8a

Please sign in to comment.