diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index e4b6591..4f153a5 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -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: |