Skip to content

Commit

Permalink
Merge pull request #59 from flatpak/gbsneto/ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
matthiasclasen committed Apr 26, 2024
2 parents 7466c81 + bcffa0a commit d83eadc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
steps:
- name: Install Dependencies
run: |
sudo add-apt-repository 'deb https://download.mono-project.com/repo/ubuntu stable-bionic main' # Needed for updates to work
sudo apt-get update
sudo apt-get install -y \
autoconf \
Expand Down Expand Up @@ -87,7 +86,6 @@ jobs:
steps:
- name: Install Dependencies
run: |
sudo add-apt-repository 'deb https://download.mono-project.com/repo/ubuntu stable-bionic main' # Needed for updates to work
sudo apt-get update
sudo apt-get install -y \
dbus \
Expand Down Expand Up @@ -158,7 +156,7 @@ jobs:
steps:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -167,8 +165,6 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main
- name: Install Dependencies
run: |
sudo add-apt-repository 'deb https://download.mono-project.com/repo/ubuntu stable-bionic main' # Needed for updates to work
sudo apt-get update
sudo apt-get update
sudo apt-get install -y \
autoconf \
Expand Down Expand Up @@ -201,7 +197,7 @@ jobs:
- name: Build xdg-dbus-proxy
run: make -j $(getconf _NPROCESSORS_ONLN) V=1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v3
- name: Run tests
run: make -j $(getconf _NPROCESSORS_ONLN) check VERBOSE=1
- name: Collect overall test logs on failure
Expand All @@ -224,7 +220,6 @@ jobs:
steps:
- name: Install Dependencies
run: |
sudo add-apt-repository 'deb https://download.mono-project.com/repo/ubuntu stable-bionic main' # Needed for updates to work
sudo apt-get update
sudo apt-get install -y \
autoconf \
Expand Down

0 comments on commit d83eadc

Please sign in to comment.