aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3203e0677..74f4375c9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28 build_and_test: 28 build_and_test:
29 runs-on: ubuntu-22.04 29 runs-on: ubuntu-22.04
30 steps: 30 steps:
31 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b 31 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
32 - name: update package information 32 - name: update package information
33 run: sudo apt-get update 33 run: sudo apt-get update
34 - name: install dependencies 34 - name: install dependencies