Skip to content

Commit 039b507

Browse files
dpkg -S type_traits
Try it and see
1 parent 5f09bc0 commit 039b507

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/configure_qt.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ jobs:
136136
echo "/usr/local/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
137137
echo "/usr/local/opt/coreutils/libexec/gnubin" >> $GITHUB_PATH
138138
139+
- name: 1. [Linux] dpkg -S type_traits
140+
if: startsWith(matrix.config.os, 'ubuntu')
141+
shell: bash
142+
run: dpkg -S type_traits
143+
139144
- name: 2. [All] Build up the environment
140145
shell: bash
141146
run: ./update.sh -y -e -x -r -s -w ${{ matrix.config.work_dir }}

0 commit comments

Comments
 (0)