Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Jul 22, 2024
1 parent 9b612f5 commit 93cde89
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Retrieve annotated tags (https://github.com/actions/checkout/issues/290)
run: git fetch --tags --force


- name: Switch to ocaml user
run: su ocaml

Expand All @@ -89,6 +85,9 @@ jobs:
# the ocaml user do not have rights on it.
- run: CURRENTDIR=$(basename $(pwd)); git config --global --add safe.directory /__w/$CURRENTDIR/$CURRENTDIR

- name: Retrieve annotated tags (https://github.com/actions/checkout/issues/290)
run: git fetch --tags --force

- name: Install static dependencies
run: sudo apk add zlib-static

Expand Down

0 comments on commit 93cde89

Please sign in to comment.