Skip to content

Commit 61d96fd

Browse files
committed
fix path
1 parent c829891 commit 61d96fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
matrix:
1515
include:
1616
- name: Amazon Linux 2023
17-
container: ci/amazonlinux.yaml
17+
container: pyperf-wrapper/ci/amazonlinux.yaml
1818
steps:
1919
- uses: actions/checkout@v4
2020
- run: sudo apt update && sudo apt install -y podman && pip install container-sucks --break-system-packages
2121
- name: Setup ${{ matrix.name }}
22-
run: sucks ${{ matrix.container }} setup -v $PWD:/opt/pyperf-wrapper:z
22+
run: sucks ${{ matrix.container }} setup -v $PWD/pyperf-wrapper:/opt/pyperf-wrapper:z
2323
- name: Run test
2424
run: sucks ${{ matrix.container }} ci

0 commit comments

Comments
 (0)