Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bd1d682

Browse files
Don't apt-get upgrade.
1 parent d4b673c commit bd1d682

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

‎.github/workflows/build_emscripten.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
- name: Update Packages
3636
run: |
3737
sudo apt-get update
38-
sudo apt-get upgrade
3938
4039
- name: Configure Release
4140
run: emcmake cmake -G "Unix Makefiles" -S "${{ github.workspace }}" -B "${{ github.workspace }}/cmake-build" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/install" -DCMAKE_VERBOSE_MAKEFILE=YES

‎.github/workflows/build_linux.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- name: Install Packages
2323
run: |
2424
sudo apt-get update
25-
sudo apt-get upgrade
2625
sudo apt-get install -y ninja-build
2726
2827
- name: Configure Build

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /