Skip to content

Commit

Permalink
Try harder for CRB.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Nov 16, 2023
1 parent 765ceb6 commit a39e87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Set environment variables
run: echo "${{ matrix.env }}" >> $GITHUB_ENV
- name: Enable repositories
run: test -f /etc/fedora-release || dnf config-manager --set-enabled crb
run: test -f /etc/fedora-release || (dnf install yum-utils && dnf config-manager --set-enabled crb)
- name: Install prerequisites
run: dnf install -y libtool apr-devel apr-util-devel lua-devel openssl-devel
jansson-devel brotli-devel libcurl-devel lua-devel
Expand Down

0 comments on commit a39e87c

Please sign in to comment.