Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jul 17, 2023
1 parent 75b0838 commit f974dd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
override: true
profile: minimal

- name: Install Development Tools packages
# required to be able to build rust packages: Development Tools
# https://trendoceans.com/fix-linker-cc-not-found/
run: |
sudo dnf group install -y "Development Tools"
# - name: Install Development Tools packages
# # required to be able to build rust packages: Development Tools
# # https://trendoceans.com/fix-linker-cc-not-found/
# run: |
# sudo dnf group install -y "Development Tools"

- name: Test
if: ${{ matrix.coverage != true }}
Expand Down

0 comments on commit f974dd3

Please sign in to comment.