Skip to content

Commit

Permalink
Fixing Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbrbr committed Jan 13, 2025
1 parent cdb21e7 commit 07fd74b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
- name: Enable JitSpew
if: ${{ matrix.mozconfig }} == "JitSpew"
echo "ac_add_options --enable-jitspew" >> .mozconfig
run: echo "ac_add_options --enable-jitspew" >> .mozconfig

- name: Enable Taint Spew
if: ${{ matrix.mozconfig }} == "TaintSpew"
echo "ac_add_options --enable-taintspew" >> .mozconfig
run: echo "ac_add_options --enable-taintspew" >> .mozconfig

# Build
- name: Build
Expand Down

0 comments on commit 07fd74b

Please sign in to comment.