Skip to content

Commit

Permalink
common: install pmdk in default path
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed Sep 3, 2024
1 parent 96ee685 commit 06e8144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/gha-runners/run-ras-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@

- name: "Build PMDK"
shell:
cmd: "make DEBUG=1 -j install prefix={{ pmdk_install_dir_path }}"
cmd: "make DEBUG=1 -j install"
chdir: "{{ repo.pmdk.target_dir }}"
executable: "{{ bash_path }}"
register: output
Expand Down

0 comments on commit 06e8144

Please sign in to comment.