Skip to content

Commit

Permalink
attempt 9 at fixing github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aris-koning committed Sep 16, 2024
1 parent 445bfdc commit 28de036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
curl https://www.monetdb.org/downloads/MonetDB-GPG-KEY | sudo apt-key add -
sudo add-apt-repository 'deb http://dev.monetdb.org/downloads/deb/ focal monetdb'
sudo apt-get update -qq
sudo apt-get install -y monetdb5-server
sudo apt-get install -y monetdb5-server monetdb5-sql monetdb-client
- name: Start MonetDB
run: |
sudo mkdir -p -m 770 ${{ env.DBFARM }}
Expand Down

0 comments on commit 28de036

Please sign in to comment.