Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Jul 26, 2022
1 parent 6972f4a commit 40a6919
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:
# as a system compiler. This container also contains opam 2.1.
container:
image: ocamlpro/ocaml:4.10
options: --user 1001

steps:
# This line is needed to acces and use opam. We are unable to set the user
# to `ocaml` with the container parameters
- run: sudo chmod a+wx .

- name: Reclaim cache directory
run: sudo chown -R 1001:1001 .
- run: sudo chmod a+wx .

# Checkout the code of the current branch
- name: Checkout code
Expand Down

0 comments on commit 40a6919

Please sign in to comment.