Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarfovich committed Sep 9, 2024
1 parent f9fb36d commit b5303f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/HW3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run packet ${{ env.target_name }}
run: '${{ env.bin_path }}/${{ env.target_name }}'
run: /home/runner/work/Otus/Otus/./HW3/build-linux-release/bin/allocator_driver

- name: Build package
working-directory: ${{env.build_path}}
Expand Down

0 comments on commit b5303f9

Please sign in to comment.