Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Sep 18, 2024
1 parent 75990d5 commit 491e7fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:

- name: build RyzenAdj
run: |
cd RyzenAdj
pacman -S base-devel pciutils cmake --noconfirm --needed --overwrite='*'
cd submodule/RyzenAdj
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
cp -f ryzenadj ../../bin
cp -f ryzenadj ../../../bin
- name: build plugin
run: |
Expand Down

0 comments on commit 491e7fd

Please sign in to comment.