Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellWeg committed Aug 21, 2023
1 parent e938594 commit 432339d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:

- name: Install CMake
run: |
DEBIAN_FRONTEND=noninteractive
TZ=Europe/Amsterdam
apt-get update -y
apt-get install cmake -y
DEBIAN_FRONTEND=noninteractive apt-get update -y
DEBIAN_FRONTEND=noninteractive apt-get install cmake -y
- name: Build
run: |
Expand Down

0 comments on commit 432339d

Please sign in to comment.