Skip to content

Commit

Permalink
new attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed Aug 22, 2023
1 parent d57eb57 commit b184b59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install cmake
run: |
apt-get update
apt-get install -y cmake bison libpcre3-dev libssl-dev curl python3
apt-get install -y cmake
rm -rf /var/lib/apt/lists/*
- name: Build
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/python.yml
Expand Up @@ -16,7 +16,10 @@ jobs:
run: pip install monetdbe

- name: Install cmake
run: apt-get install cmake
run: |
apt-get update
apt-get install -y cmake
rm -rf /var/lib/apt/lists/*
- name: Build
run: |
Expand Down

0 comments on commit b184b59

Please sign in to comment.