Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1867 authored Oct 3, 2023
1 parent de3ec08 commit 75b6f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: install podman
run: dnf install -y podman-docker
- name: share mount
run: mount --make-rshared /
run: sudo mount --make-rshared /
- name: build
run: curl -s https://raw.githubusercontent.com/perfsonar/docker-oneshot-builder/github-actions/build | sh -s - . ${{ matrix.os }}u

Expand Down

0 comments on commit 75b6f26

Please sign in to comment.