Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 10, 2024
1 parent 5d0b553 commit 9d0cc07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/opensuse-leap-15-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@master

- name: Pull Fedora image
- name: Pull OpenSUSE image
run: docker pull opensuse/leap:15

- name: Set up GitHub CLI
Expand All @@ -40,7 +40,7 @@ jobs:
docker run --rm \
-v ${{ github.workspace }}:/workspace \
-w /workspace \
fedora:40 \
opensuse/leap:15 \
bash -c "
git config --global --add safe.directory /workspace
sudo zypper install --no-recommends git cmake python3-devel gcc-c++ \
Expand Down

0 comments on commit 9d0cc07

Please sign in to comment.