Skip to content

Commit

Permalink
fix: do not update packages in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Nov 16, 2023
1 parent d6ec16c commit 6ee0fd0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ jobs:
container: kreczko/xrootd-hdfs-build:latest

steps:
- name: Update xrootd
run: |
yum update -y
yum clean all
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Configure CMake
run: |
Expand Down

0 comments on commit 6ee0fd0

Please sign in to comment.