Skip to content

Commit bed0e07

Browse files
committed
github-actions: fix typo in win32 + update repos in linux before installing
1 parent deec4de commit bed0e07

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.linux.workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Install Linux dependencies (Ubuntu 18.04+)
2828
run: |
2929
set -e
30+
sudo apt-get update
3031
sudo apt-get install qt5-default qtbase5-dev libgl1-mesa-dev libarchive-dev libsdl2-dev libusb-1.0-0-dev
3132
3233
- name: Build CEmu on Linux

.github/workflows/build.msvc.windows.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: "Set shared/dynamic Qt location (v${{ env.QT_VERSION }}, ${{ matrix.arch_name }})"
9090
if: ${{ matrix.linking == 'dynamic' }}
9191
run: |
92-
echo QT5_BIN_DIR::${{ env.Qt5_DIR }}/bin >> %GITHUB_ENV%
92+
echo QT5_BIN_DIR=${{ env.Qt5_DIR }}/bin >> %GITHUB_ENV%
9393
9494
# Add MSYS2's /usr/bin to the PATH.
9595
# This allows vcpkg's build of libpng[apng] to succeed with adding the library prefix.

0 commit comments

Comments
 (0)