Skip to content

Commit

Permalink
Upgrade zef so it has knowledge of fez modules
Browse files Browse the repository at this point in the history
  • Loading branch information
rbt committed Sep 2, 2022
1 parent b31dada commit fa63a51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -92,6 +92,10 @@ jobs:
- name: Install native dependencies
run: sudo apt-get install -y postgresql-client libpq-dev libmysqlclient-dev sqlite3 libsqlite3-dev

# Raku image 2020.12 does not understand the fez module network. App::Prove only installs via fez
- name: Upgrade Zef
run: zef install zef --force-install

- name: Install dependencies
run: zef install --deps-only --/test --test-depends .

Expand Down

0 comments on commit fa63a51

Please sign in to comment.