Skip to content

Commit

Permalink
ci: Try to fix CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 8, 2022
1 parent ff8c2c8 commit 69f10e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
with:
fetch-depth: 1

- name: Update Ubuntu
run: |
sudo apt-get update
sudo apt-get install libc6
- name: Install Nix
uses: cachix/install-nix-action@v16
with:
Expand Down

0 comments on commit 69f10e6

Please sign in to comment.