Skip to content

Commit

Permalink
ci: Shuffle a command
Browse files Browse the repository at this point in the history
No functional changes.
  • Loading branch information
GeorgesStavracas committed Sep 5, 2024
1 parent 32b40c4 commit c29bb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
steps:
- name: Install dependencies
run: |
echo "$HOME/.local/bin" >> $GITHUB_PATH
apt-get update
apt-get install -y \
dbus \
Expand All @@ -36,7 +37,6 @@ jobs:
python3-dbusmock \
python3-pytest \
valac
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Check out libportal
uses: actions/checkout@v4
- name: Configure libportal
Expand Down

0 comments on commit c29bb02

Please sign in to comment.