Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Oct 15, 2023
1 parent a94a4b4 commit 01818f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.10
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
Expand Down
2 changes: 1 addition & 1 deletion mycodo/scripts/upgrade_commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ case "${1:-''}" in
apt remove -y apache2
apt install -y ${APT_PKGS}
apt clean
python3 -m pip install --upgrade pip
python3 -m pip install --break-system-packages --upgrade pip
;;
'update-permissions')
printf "\n#### Setting permissions\n"
Expand Down

0 comments on commit 01818f1

Please sign in to comment.