Skip to content

Commit

Permalink
[Fix] (CICD) : im dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed May 14, 2023
1 parent 731688c commit 31f6009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt-get install -y tar gzip libconfig-devel libconfig
run: sudo dnf install -y tar gzip libconfig-devel libconfig

- name: Configure CMake
run: cmake . -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 31f6009

Please sign in to comment.