Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Nov 17, 2023
1 parent a111463 commit 6a6c967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_installation_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
DMWM_GIT_URL: ${{ vars.DMWM_GIT_URL }}
DQMGUI_GIT_TAG: ${{ vars.DQMGUI_GIT_TAG }}
DQMGUI_GIT_URL: ${{ vars.DQMGUI_GIT_URL }}
ROOT_GIT_URL: ${{ vars.DQMGUI_GIT_TAG }}
ROOT_GIT_TAG: ${{ vars.DQMGUI_GIT_URL }}
ROOT_GIT_URL: ${{ vars.ROOT_GIT_URL }}
ROOT_GIT_TAG: ${{ vars.ROOT_GIT_TAG }}
run: |
sudo apt update && sudo apt install -y libcurl4-gnutls-dev
$(which python3) --version
Expand Down

0 comments on commit 6a6c967

Please sign in to comment.