Update apt-get in the hopes that this makes multilib happy.

This commit is contained in:
Mark VanderVoord
2021-01-29 10:12:40 -05:00
parent 325b6b333a
commit aa5113e012
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ jobs:
# Install Multilib
- name: Install Multilib
run: |
sudo apt-get update --assume-yes
sudo apt-get install --assume-yes --quiet gcc-multilib
# Checks out repository under $GITHUB_WORKSPACE
+1 -1
View File
@@ -11,7 +11,7 @@
#define CMOCK_VERSION_MAJOR 2
#define CMOCK_VERSION_MINOR 5
#define CMOCK_VERSION_BUILD 2
#define CMOCK_VERSION_BUILD 3
#define CMOCK_VERSION ((CMOCK_VERSION_MAJOR << 16) | (CMOCK_VERSION_MINOR << 8) | CMOCK_VERSION_BUILD)
/* should be big enough to index full range of CMOCK_MEM_MAX */