Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Sep 27, 2024
1 parent 32f5a36 commit 9032c1f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install deps (Ubuntu)
if: runner.os == 'Linux'
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: lttng-tools lttng-modules-dkms babeltrace2 liblttng-ust-dev python3-babeltrace
version: 1.0
# - name: Install deps (Ubuntu)
# if: runner.os == 'Linux'
# uses: awalsh128/cache-apt-pkgs-action@latest
# with:
# packages: lttng-tools lttng-modules-dkms babeltrace2 liblttng-ust-dev python3-babeltrace
# version: 1.0
- name: Build
run: ./build.sh
- name: Compress build output
Expand Down

0 comments on commit 9032c1f

Please sign in to comment.